#B4BF1C

Color #B4BF1C Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B4BF1C

Tints of Rio Grande #B4BF1C

Color information

#B4BF1C (or 0xB4BF1C) is unknown color: approx Rio Grande. HEX triplet: B4, BF and 1C. RGB value is (180,191,28). Sum of RGB (Red+Green+Blue) = 180+191+28=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BF1C is #4B40E3. Grayscale: #A9A9A9. Windows color (decimal): -4931812 or 1884084. OLE color: 1884084.

HSL color Cylindrical-coordinate representation of color #B4BF1C: hue angle of 64.05º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4BF1C is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB18019128-
CMYK0.0600.850.25
HSL64.05º74.43%42.94%-
HSV(B)64.05º85.34%74.9%-
XYZ37.6647.058.19-
YUV169.1348.36135.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 28 (11.33% from 255) = 7.02%
R=45.11%
G=47.87%
B=7.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180191280.0600.850.2564.0574.4342.94
HexB4BF1C605519404a2b
Octal26427734601253110011253
Binary101101001011111111100110010101011100110000001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF1C; }

 p { color: rgb(180,191,28); }

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

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

 a { background-color: rgb(180,191,28); }

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

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

 span { border-color: rgb(180,191,28); }

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