Html Css Color HEX #BB9210 Dark Goldenrod

📋 copy color: '#BB9210'

red 187 ◦ green 146 ◦ blue 16

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

Shades of Dark Goldenrod #BB9210

Tints of Dark Goldenrod #BB9210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 53.58%
G = 41.83%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB9210 (or 0xBB9210) is known color: Dark Goldenrod. HEX triplet: BB, 92 and 10. RGB value is (187,146,16). Sum of RGB (Red+Green+Blue) = 187+146+16=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9210 is #446DEF. Grayscale: #909090. Windows color (decimal): -4484592 or 1086139. OLE color: 1086139.

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

Color convert

RGB 187 146 16 -
CMYK 0 0.22 0.91 0.27
HSL 45.61º 0.84% 0.4% -
HSV(B) 45.61º 0.91% 0.73% -
XYZ 30.87 31.16 4.88 -
YUV 143.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 187 146 16 0 0.22 0.91 0.27 45.61 0.84 0.4
Hex BB 92 10 0 16 5B 1B 2E 54 28
Octal 273 222 20 0 26 133 33 56 124 50
Binary 10111011 10010010 10000 0 10110 1011011 11011 101110 1010100 101000

Color Harmonies of #BB9210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9210

Black with #BB9210

Text Example


Text Example

White with #BB9210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9210; }

 p { color: rgb(187,146,16); }

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

background-color css

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

 a { background-color: rgb(187,146,16); }

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

border-color css

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

 span { border-color: rgb(187,146,16); }

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