Html Css Color HEX #B8760C Dark Goldenrod

📋 copy color: '#B8760C'

red 184 ◦ green 118 ◦ blue 12

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

Shades of Dark Goldenrod #B8760C

Tints of Dark Goldenrod #B8760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 58.6%
G = 37.58%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8760C (or 0xB8760C) is known color: Dark Goldenrod. HEX triplet: B8, 76 and 0C. RGB value is (184,118,12). Sum of RGB (Red+Green+Blue) = 184+118+12=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8760C is #4789F3. Grayscale: #7E7E7E. Windows color (decimal): -4688372 or 816824. OLE color: 816824.

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

Color convert

RGB 184 118 12 -
CMYK 0 0.36 0.93 0.28
HSL 36.98º 0.88% 0.38% -
HSV(B) 36.98º 0.93% 0.72% -
XYZ 26.31 23.17 3.43 -
YUV 125.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 184 118 12 0 0.36 0.93 0.28 36.98 0.88 0.38
Hex B8 76 C 0 24 5D 1C 25 58 26
Octal 270 166 14 0 44 135 34 45 130 46
Binary 10111000 1110110 1100 0 100100 1011101 11100 100101 1011000 100110

Color Harmonies of #B8760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8760C

Black with #B8760C

Text Example


Text Example

White with #B8760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8760C; }

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

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

background-color css

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

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

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

border-color css

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

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

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