Html Css Color HEX #BBB821 Rio Grande

📋 copy color: '#BBB821'

red 187 ◦ green 184 ◦ blue 33

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

Shades of Rio Grande #BBB821

Tints of Rio Grande #BBB821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 46.29%
G = 45.54%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBB821 (or 0xBBB821) is known color: Rio Grande. HEX triplet: BB, B8 and 21. RGB value is (187,184,33). Sum of RGB (Red+Green+Blue) = 187+184+33=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB821 is #4447DE. Grayscale: #A8A8A8. Windows color (decimal): -4474847 or 2209979. OLE color: 2209979.

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

Color convert

RGB 187 184 33 -
CMYK 0 0.02 0.82 0.27
HSL 58.83º 0.7% 0.43% -
HSV(B) 58.83º 0.82% 0.73% -
XYZ 37.91 44.96 8.12 -
YUV 167.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 187 184 33 0 0.02 0.82 0.27 58.83 0.7 0.43
Hex BB B8 21 0 2 52 1B 3B 46 2B
Octal 273 270 41 0 2 122 33 73 106 53
Binary 10111011 10111000 100001 0 10 1010010 11011 111011 1000110 101011

Color Harmonies of #BBB821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB821

Black with #BBB821

Text Example


Text Example

White with #BBB821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB821; }

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

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

background-color css

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

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

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

border-color css

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

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

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