Html Css Color HEX #BBB920 Rio Grande

📋 copy color: '#BBB920'

red 187 ◦ green 185 ◦ blue 32

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

Shades of Rio Grande #BBB920

Tints of Rio Grande #BBB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.79%

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

R = 46.29%
G = 45.79%
B = 7.92%

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

#BBB920 (or 0xBBB920) is known color: Rio Grande. HEX triplet: BB, B9 and 20. RGB value is (187,185,32). Sum of RGB (Red+Green+Blue) = 187+185+32=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB920 is #4446DF. Grayscale: #A8A8A8. Windows color (decimal): -4474592 or 2144699. OLE color: 2144699.

HSL color Cylindrical-coordinate representation of color #BBB920: hue angle of 59.23º 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 #BBB920 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 32 -
CMYK 0 0.01 0.83 0.27
HSL 59.23º 0.71% 0.43% -
HSV(B) 59.23º 0.83% 0.73% -
XYZ 38.1 45.37 8.11 -
YUV 168.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 187 185 32 0 0.01 0.83 0.27 59.23 0.71 0.43
Hex BB B9 20 0 1 53 1B 3B 47 2B
Octal 273 271 40 0 1 123 33 73 107 53
Binary 10111011 10111001 100000 0 1 1010011 11011 111011 1000111 101011

Color Harmonies of #BBB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB920

Black with #BBB920

Text Example


Text Example

White with #BBB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB920; }

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

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

background-color css

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

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

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

border-color css

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

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

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