#BBBF31

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

Shades of Rio Grande #BBBF31

Tints of Rio Grande #BBBF31

Color information

#BBBF31 (or 0xBBBF31) is unknown color: approx Rio Grande. HEX triplet: BB, BF and 31. RGB value is (187,191,49). Sum of RGB (Red+Green+Blue) = 187+191+49=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBF31 is #4440CE. Grayscale: #AEAEAE. Windows color (decimal): -4473039 or 3260347. OLE color: 3260347.

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

Color convert

RGB18719149-
CMYK0.0200.740.25
HSL61.69º59.17%47.06%-
HSV(B)61.69º74.35%74.9%-
XYZ39.6848.0510.09-
YUV173.6257.67137.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 49 (19.53% from 255) = 11.48%
R=43.79%
G=44.73%
B=11.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191490.0200.740.2561.6959.1747.06
HexBBBF31204A193e3b2f
Octal273277612011231767357
Binary1011101110111111110001100100101011001111110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF31; }

 p { color: rgb(187,191,49); }

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

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

 a { background-color: rgb(187,191,49); }

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

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

 span { border-color: rgb(187,191,49); }

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