Html Css Color HEX #B8760A Dark Goldenrod

📋 copy color: '#B8760A'

red 184 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #B8760A

Tints of Dark Goldenrod #B8760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 58.97%
G = 37.82%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8760A (or 0xB8760A) is known color: Dark Goldenrod. HEX triplet: B8, 76 and 0A. RGB value is (184,118,10). Sum of RGB (Red+Green+Blue) = 184+118+10=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8760A is #4789F5. Grayscale: #7D7D7D. Windows color (decimal): -4688374 or 685752. OLE color: 685752.

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

Color convert

RGB 184 118 10 -
CMYK 0 0.36 0.95 0.28
HSL 37.24º 0.9% 0.38% -
HSV(B) 37.24º 0.95% 0.72% -
XYZ 26.3 23.17 3.37 -
YUV 125.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 184 118 10 0 0.36 0.95 0.28 37.24 0.9 0.38
Hex B8 76 A 0 24 5F 1C 25 5A 26
Octal 270 166 12 0 44 137 34 45 132 46
Binary 10111000 1110110 1010 0 100100 1011111 11100 100101 1011010 100110

Color Harmonies of #B8760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8760A

Black with #B8760A

Text Example


Text Example

White with #B8760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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