Html Css Color HEX #BB8213 Dark Goldenrod

📋 copy color: '#BB8213'

red 187 ◦ green 130 ◦ blue 19

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

Shades of Dark Goldenrod #BB8213

Tints of Dark Goldenrod #BB8213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 55.65%
G = 38.69%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB8213 (or 0xBB8213) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 13. RGB value is (187,130,19). Sum of RGB (Red+Green+Blue) = 187+130+19=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8213 is #447DEC. Grayscale: #868686. Windows color (decimal): -4488685 or 1278651. OLE color: 1278651.

HSL color Cylindrical-coordinate representation of color #BB8213: hue angle of 39.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB8213 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 19 -
CMYK 0 0.30 0.90 0.27
HSL 39.64º 0.82% 0.4% -
HSV(B) 39.64º 0.9% 0.73% -
XYZ 28.59 26.58 4.24 -
YUV 134.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 187 130 19 0 0.30 0.90 0.27 39.64 0.82 0.4
Hex BB 82 13 0 1E 5A 1B 28 52 28
Octal 273 202 23 0 36 132 33 50 122 50
Binary 10111011 10000010 10011 0 11110 1011010 11011 101000 1010010 101000

Color Harmonies of #BB8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8213

Black with #BB8213

Text Example


Text Example

White with #BB8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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