Html Css Color HEX #BB8312 Dark Goldenrod

📋 copy color: '#BB8312'

red 187 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #BB8312

Tints of Dark Goldenrod #BB8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 55.65%
G = 38.99%
B = 5.36%

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

#BB8312 (or 0xBB8312) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 12. RGB value is (187,131,18). Sum of RGB (Red+Green+Blue) = 187+131+18=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8312 is #447CED. Grayscale: #878787. Windows color (decimal): -4488430 or 1213371. OLE color: 1213371.

HSL color Cylindrical-coordinate representation of color #BB8312: hue angle of 40.12º 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 #BB8312 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 18 -
CMYK 0 0.30 0.90 0.27
HSL 40.12º 0.82% 0.4% -
HSV(B) 40.12º 0.9% 0.73% -
XYZ 28.72 26.84 4.24 -
YUV 134.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 187 131 18 0 0.30 0.90 0.27 40.12 0.82 0.4
Hex BB 83 12 0 1E 5A 1B 28 52 28
Octal 273 203 22 0 36 132 33 50 122 50
Binary 10111011 10000011 10010 0 11110 1011010 11011 101000 1010010 101000

Color Harmonies of #BB8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8312

Black with #BB8312

Text Example


Text Example

White with #BB8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8312; }

 p { color: rgb(187,131,18); }

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

background-color css

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

 a { background-color: rgb(187,131,18); }

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

border-color css

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

 span { border-color: rgb(187,131,18); }

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