Html Css Color HEX #BB8214 Dark Goldenrod

📋 copy color: '#BB8214'

red 187 ◦ green 130 ◦ blue 20

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

Shades of Dark Goldenrod #BB8214

Tints of Dark Goldenrod #BB8214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 55.49%
G = 38.58%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB8214 (or 0xBB8214) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 14. RGB value is (187,130,20). Sum of RGB (Red+Green+Blue) = 187+130+20=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8214 is #447DEB. Grayscale: #878787. Windows color (decimal): -4488684 or 1344187. OLE color: 1344187.

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

Color convert

RGB 187 130 20 -
CMYK 0 0.30 0.89 0.27
HSL 39.52º 0.81% 0.41% -
HSV(B) 39.52º 0.89% 0.73% -
XYZ 28.6 26.58 4.28 -
YUV 134.5 63.38 165.44 -
System Red Green Blue C M Y K H S L
Decimal 187 130 20 0 0.30 0.89 0.27 39.52 0.81 0.41
Hex BB 82 14 0 1E 59 1B 28 51 29
Octal 273 202 24 0 36 131 33 50 121 51
Binary 10111011 10000010 10100 0 11110 1011001 11011 101000 1010001 101001

Color Harmonies of #BB8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8214

Black with #BB8214

Text Example


Text Example

White with #BB8214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8214; }

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

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

background-color css

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

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

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

border-color css

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

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

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