Html Css Color HEX #BB8208 Dark Goldenrod

📋 copy color: '#BB8208'

red 187 ◦ green 130 ◦ blue 8

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

Shades of Dark Goldenrod #BB8208

Tints of Dark Goldenrod #BB8208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.46%

R = 57.54%
G = 40%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB8208 (or 0xBB8208) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 08. RGB value is (187,130,8). Sum of RGB (Red+Green+Blue) = 187+130+8=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8208 is #447DF7. Grayscale: #858585. Windows color (decimal): -4488696 or 557755. OLE color: 557755.

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

Color convert

RGB 187 130 8 -
CMYK 0 0.30 0.96 0.27
HSL 40.89º 0.92% 0.38% -
HSV(B) 40.89º 0.96% 0.73% -
XYZ 28.52 26.55 3.85 -
YUV 133.14 57.38 166.42 -
System Red Green Blue C M Y K H S L
Decimal 187 130 8 0 0.30 0.96 0.27 40.89 0.92 0.38
Hex BB 82 8 0 1E 60 1B 29 5C 26
Octal 273 202 10 0 36 140 33 51 134 46
Binary 10111011 10000010 1000 0 11110 1100000 11011 101001 1011100 100110

Color Harmonies of #BB8208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8208

Black with #BB8208

Text Example


Text Example

White with #BB8208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8208; }

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

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

background-color css

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

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

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

border-color css

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

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

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