Html Css Color HEX #B8710C Dark Goldenrod

📋 copy color: '#B8710C'

red 184 ◦ green 113 ◦ blue 12

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

Shades of Dark Goldenrod #B8710C

Tints of Dark Goldenrod #B8710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 59.55%
G = 36.57%
B = 3.88%

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

#B8710C (or 0xB8710C) is known color: Dark Goldenrod. HEX triplet: B8, 71 and 0C. RGB value is (184,113,12). Sum of RGB (Red+Green+Blue) = 184+113+12=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8710C is #478EF3. Grayscale: #7B7B7B. Windows color (decimal): -4689652 or 815544. OLE color: 815544.

HSL color Cylindrical-coordinate representation of color #B8710C: hue angle of 35.23º 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 #B8710C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 12 -
CMYK 0 0.39 0.93 0.28
HSL 35.23º 0.88% 0.38% -
HSV(B) 35.23º 0.93% 0.72% -
XYZ 25.74 22.03 3.24 -
YUV 122.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 184 113 12 0 0.39 0.93 0.28 35.23 0.88 0.38
Hex B8 71 C 0 27 5D 1C 23 58 26
Octal 270 161 14 0 47 135 34 43 130 46
Binary 10111000 1110001 1100 0 100111 1011101 11100 100011 1011000 100110

Color Harmonies of #B8710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8710C

Black with #B8710C

Text Example


Text Example

White with #B8710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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