Html Css Color HEX #BB8202 Dark Goldenrod

📋 copy color: '#BB8202'

red 187 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #BB8202

Tints of Dark Goldenrod #BB8202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 58.62%
G = 40.75%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB8202 (or 0xBB8202) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 02. RGB value is (187,130,2). Sum of RGB (Red+Green+Blue) = 187+130+2=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8202 is #447DFD. Grayscale: #858585. Windows color (decimal): -4488702 or 164539. OLE color: 164539.

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

Color convert

RGB 187 130 2 -
CMYK 0 0.30 0.99 0.27
HSL 41.51º 0.98% 0.37% -
HSV(B) 41.51º 0.99% 0.73% -
XYZ 28.49 26.53 3.68 -
YUV 132.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 187 130 2 0 0.30 0.99 0.27 41.51 0.98 0.37
Hex BB 82 2 0 1E 63 1B 2A 62 25
Octal 273 202 2 0 36 143 33 52 142 45
Binary 10111011 10000010 10 0 11110 1100011 11011 101010 1100010 100101

Color Harmonies of #BB8202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8202

Black with #BB8202

Text Example


Text Example

White with #BB8202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8202; }

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

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

background-color css

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

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

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

border-color css

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

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

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