Html Css Color HEX #BB820B Dark Goldenrod

📋 copy color: '#BB820B'

red 187 ◦ green 130 ◦ blue 11

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

Shades of Dark Goldenrod #BB820B

Tints of Dark Goldenrod #BB820B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 57.01%
G = 39.63%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB820B (or 0xBB820B) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 0B. RGB value is (187,130,11). Sum of RGB (Red+Green+Blue) = 187+130+11=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB820B is #447DF4. Grayscale: #868686. Windows color (decimal): -4488693 or 754363. OLE color: 754363.

HSL color Cylindrical-coordinate representation of color #BB820B: hue angle of 40.57º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB820B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 11 -
CMYK 0 0.30 0.94 0.27
HSL 40.57º 0.89% 0.39% -
HSV(B) 40.57º 0.94% 0.73% -
XYZ 28.54 26.55 3.94 -
YUV 133.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 187 130 11 0 0.30 0.94 0.27 40.57 0.89 0.39
Hex BB 82 B 0 1E 5E 1B 29 59 27
Octal 273 202 13 0 36 136 33 51 131 47
Binary 10111011 10000010 1011 0 11110 1011110 11011 101001 1011001 100111

Color Harmonies of #BB820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB820B

Black with #BB820B

Text Example


Text Example

White with #BB820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB820B; }

 p { color: rgb(187,130,11); }

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

background-color css

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

 a { background-color: rgb(187,130,11); }

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

border-color css

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

 span { border-color: rgb(187,130,11); }

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