Html Css Color HEX #BBBB31 Rio Grande

📋 copy color: '#BBBB31'

red 187 ◦ green 187 ◦ blue 49

#BBBB31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BBBB31

Tints of Rio Grande #BBBB31

RGB

 RED value IS 187 (73.44% from 255) = 44.21%

 GREEN value IS 187 (73.44% from 255) = 44.21%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 44.21%
G = 44.21%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBBB31 (or 0xBBBB31) is known color: Rio Grande. HEX triplet: BB, BB and 31. RGB value is (187,187,49). Sum of RGB (Red+Green+Blue) = 187+187+49=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB31 is #4444CE. Grayscale: #ABABAB. Windows color (decimal): -4474063 or 3259323. OLE color: 3259323.

HSL color Cylindrical-coordinate representation of color #BBBB31: hue angle of 60º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBBB31 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 49 -
CMYK 0 0 0.74 0.27
HSL 60º 0.58% 0.46% -
HSV(B) 60º 0.74% 0.73% -
XYZ 38.82 46.33 9.8 -
YUV 171.27 59 139.22 -
System Red Green Blue C M Y K H S L
Decimal 187 187 49 0 0 0.74 0.27 60 0.58 0.46
Hex BB BB 31 0 0 4A 1B 3C 3A 2E
Octal 273 273 61 0 0 112 33 74 72 56
Binary 10111011 10111011 110001 0 0 1001010 11011 111100 111010 101110

Color Harmonies of #BBBB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB31

Black with #BBBB31

Text Example


Text Example

White with #BBBB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB31; }

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

 H1.HeaderClassName
 {
   color: #BBBB31;
 }
 .AnyTagClassName
 {
   color: #BBBB31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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