Html Css Color HEX #BBB927 Rio Grande

📋 copy color: '#BBB927'

red 187 ◦ green 185 ◦ blue 39

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

Shades of Rio Grande #BBB927

Tints of Rio Grande #BBB927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.49%

R = 45.5%
G = 45.01%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBB927 (or 0xBBB927) is known color: Rio Grande. HEX triplet: BB, B9 and 27. RGB value is (187,185,39). Sum of RGB (Red+Green+Blue) = 187+185+39=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB927 is #4446D8. Grayscale: #A9A9A9. Windows color (decimal): -4474585 or 2603451. OLE color: 2603451.

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

Color convert

RGB 187 185 39 -
CMYK 0 0.01 0.79 0.27
HSL 59.19º 0.65% 0.44% -
HSV(B) 59.19º 0.79% 0.73% -
XYZ 38.21 45.41 8.67 -
YUV 168.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 187 185 39 0 0.01 0.79 0.27 59.19 0.65 0.44
Hex BB B9 27 0 1 4F 1B 3B 41 2C
Octal 273 271 47 0 1 117 33 73 101 54
Binary 10111011 10111001 100111 0 1 1001111 11011 111011 1000001 101100

Color Harmonies of #BBB927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB927

Black with #BBB927

Text Example


Text Example

White with #BBB927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB927; }

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

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

background-color css

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

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

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

border-color css

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

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

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