Html Css Color HEX #BBB81E Rio Grande

📋 copy color: '#BBB81E'

red 187 ◦ green 184 ◦ blue 30

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

Shades of Rio Grande #BBB81E

Tints of Rio Grande #BBB81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.48%

R = 46.63%
G = 45.89%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBB81E (or 0xBBB81E) is known color: Rio Grande. HEX triplet: BB, B8 and 1E. RGB value is (187,184,30). Sum of RGB (Red+Green+Blue) = 187+184+30=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB81E is #4447E1. Grayscale: #A7A7A7. Windows color (decimal): -4474850 or 2013371. OLE color: 2013371.

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

Color convert

RGB 187 184 30 -
CMYK 0 0.02 0.84 0.27
HSL 58.85º 0.72% 0.43% -
HSV(B) 58.85º 0.84% 0.73% -
XYZ 37.87 44.94 7.91 -
YUV 167.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 187 184 30 0 0.02 0.84 0.27 58.85 0.72 0.43
Hex BB B8 1E 0 2 54 1B 3B 48 2B
Octal 273 270 36 0 2 124 33 73 110 53
Binary 10111011 10111000 11110 0 10 1010100 11011 111011 1001000 101011

Color Harmonies of #BBB81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB81E

Black with #BBB81E

Text Example


Text Example

White with #BBB81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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