Html Css Color HEX #B8700C Dark Goldenrod

📋 copy color: '#B8700C'

red 184 ◦ green 112 ◦ blue 12

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

Shades of Dark Goldenrod #B8700C

Tints of Dark Goldenrod #B8700C

RGB

 RED value IS 184 (72.27% from 255) = 59.74%

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 59.74%
G = 36.36%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8700C (or 0xB8700C) is known color: Dark Goldenrod. HEX triplet: B8, 70 and 0C. RGB value is (184,112,12). Sum of RGB (Red+Green+Blue) = 184+112+12=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8700C is #478FF3. Grayscale: #7A7A7A. Windows color (decimal): -4689908 or 815288. OLE color: 815288.

HSL color Cylindrical-coordinate representation of color #B8700C: hue angle of 34.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8700C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 12 -
CMYK 0 0.39 0.93 0.28
HSL 34.88º 0.88% 0.38% -
HSV(B) 34.88º 0.93% 0.72% -
XYZ 25.63 21.81 3.21 -
YUV 122.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 184 112 12 0 0.39 0.93 0.28 34.88 0.88 0.38
Hex B8 70 C 0 27 5D 1C 23 58 26
Octal 270 160 14 0 47 135 34 43 130 46
Binary 10111000 1110000 1100 0 100111 1011101 11100 100011 1011000 100110

Color Harmonies of #B8700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8700C

Black with #B8700C

Text Example


Text Example

White with #B8700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8700C; }

 p { color: rgb(184,112,12); }

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

background-color css

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

 a { background-color: rgb(184,112,12); }

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

border-color css

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

 span { border-color: rgb(184,112,12); }

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