Html Css Color HEX #BBBA20 Rio Grande

📋 copy color: '#BBBA20'

red 187 ◦ green 186 ◦ blue 32

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

Shades of Rio Grande #BBBA20

Tints of Rio Grande #BBBA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.93%

 BLUE value IS 32 (12.89% from 255) = 7.9%

R = 46.17%
G = 45.93%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBBA20 (or 0xBBBA20) is known color: Rio Grande. HEX triplet: BB, BA and 20. RGB value is (187,186,32). Sum of RGB (Red+Green+Blue) = 187+186+32=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA20 is #4445DF. Grayscale: #A9A9A9. Windows color (decimal): -4474336 or 2144955. OLE color: 2144955.

HSL color Cylindrical-coordinate representation of color #BBBA20: hue angle of 59.61º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBBA20 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 32 -
CMYK 0 0.01 0.83 0.27
HSL 59.61º 0.71% 0.43% -
HSV(B) 59.61º 0.83% 0.73% -
XYZ 38.31 45.79 8.18 -
YUV 168.74 50.83 141.02 -
System Red Green Blue C M Y K H S L
Decimal 187 186 32 0 0.01 0.83 0.27 59.61 0.71 0.43
Hex BB BA 20 0 1 53 1B 3C 47 2B
Octal 273 272 40 0 1 123 33 74 107 53
Binary 10111011 10111010 100000 0 1 1010011 11011 111100 1000111 101011

Color Harmonies of #BBBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA20

Black with #BBBA20

Text Example


Text Example

White with #BBBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA20; }

 p { color: rgb(187,186,32); }

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

background-color css

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

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

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

border-color css

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

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

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