Html Css Color HEX #BBB820 Rio Grande

📋 copy color: '#BBB820'

red 187 ◦ green 184 ◦ blue 32

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

Shades of Rio Grande #BBB820

Tints of Rio Grande #BBB820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

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

R = 46.4%
G = 45.66%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBB820 (or 0xBBB820) is known color: Rio Grande. HEX triplet: BB, B8 and 20. RGB value is (187,184,32). Sum of RGB (Red+Green+Blue) = 187+184+32=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB820 is #4447DF. Grayscale: #A8A8A8. Windows color (decimal): -4474848 or 2144443. OLE color: 2144443.

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

Color convert

RGB 187 184 32 -
CMYK 0 0.02 0.83 0.27
HSL 58.84º 0.71% 0.43% -
HSV(B) 58.84º 0.83% 0.73% -
XYZ 37.89 44.95 8.05 -
YUV 167.57 51.49 141.86 -
System Red Green Blue C M Y K H S L
Decimal 187 184 32 0 0.02 0.83 0.27 58.84 0.71 0.43
Hex BB B8 20 0 2 53 1B 3B 47 2B
Octal 273 270 40 0 2 123 33 73 107 53
Binary 10111011 10111000 100000 0 10 1010011 11011 111011 1000111 101011

Color Harmonies of #BBB820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB820

Black with #BBB820

Text Example


Text Example

White with #BBB820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB820; }

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

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

background-color css

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

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

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

border-color css

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

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

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