Html Css Color HEX #B8760E Dark Goldenrod

📋 copy color: '#B8760E'

red 184 ◦ green 118 ◦ blue 14

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

Shades of Dark Goldenrod #B8760E

Tints of Dark Goldenrod #B8760E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 58.23%
G = 37.34%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8760E (or 0xB8760E) is known color: Dark Goldenrod. HEX triplet: B8, 76 and 0E. RGB value is (184,118,14). Sum of RGB (Red+Green+Blue) = 184+118+14=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8760E is #4789F1. Grayscale: #7E7E7E. Windows color (decimal): -4688370 or 947896. OLE color: 947896.

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

Color convert

RGB 184 118 14 -
CMYK 0 0.36 0.92 0.28
HSL 36.71º 0.86% 0.39% -
HSV(B) 36.71º 0.92% 0.72% -
XYZ 26.32 23.18 3.5 -
YUV 125.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 184 118 14 0 0.36 0.92 0.28 36.71 0.86 0.39
Hex B8 76 E 0 24 5C 1C 25 56 27
Octal 270 166 16 0 44 134 34 45 126 47
Binary 10111000 1110110 1110 0 100100 1011100 11100 100101 1010110 100111

Color Harmonies of #B8760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8760E

Black with #B8760E

Text Example


Text Example

White with #B8760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8760E; }

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

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

background-color css

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

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

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

border-color css

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

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

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