#B4BC0F

Color #B4BC0F La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B4BC0F

Tints of La Rioja #B4BC0F

Color information

#B4BC0F (or 0xB4BC0F) is unknown color: approx La Rioja. HEX triplet: B4, BC and 0F. RGB value is (180,188,15). Sum of RGB (Red+Green+Blue) = 180+188+15=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BC0F is #4B43F0. Grayscale: #A6A6A6. Windows color (decimal): -4932593 or 1031348. OLE color: 1031348.

HSL color Cylindrical-coordinate representation of color #B4BC0F: hue angle of 62.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4BC0F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB18018815-
CMYK0.0400.920.26
HSL62.77º85.22%39.8%-
HSV(B)62.77º92.02%73.73%-
XYZ36.8945.77.33-
YUV165.8942.85138.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 188 (73.83% from 255) = 49.09%
BLUE value IS 15 (6.25% from 255) = 3.92%
R=47.00%
G=49.09%
B=3.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180188150.0400.920.2662.7785.2239.8
HexB4BCF405C1A3f5528
Octal2642741740134327712550
Binary1011010010111100111110001011100110101111111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC0F; }

 p { color: rgb(180,188,15); }

 H1.HeaderClassName
 {
   color: #B4BC0F;
 }
 .AnyTagClassName
 {
   color: #B4BC0F;
 }
</style>
background-color css

<style>
 a { background-color: #B4BC0F; }

 a { background-color: rgb(180,188,15); }

 div.DivClassName
 {
   background-color: #B4BC0F;
 }
 .BgClassName
 {
   background-color: #B4BC0F;
 }
</style>
border-color css

<style>
 span { border-color: #B4BC0F; }

 span { border-color: rgb(180,188,15); }

 td.TdClassName
 {
   border-color: #B4BC0F;
 }
 .TagClassName
 {
   border-color: #B4BC0F;
 }
</style>