Html Css Color HEX #B8740A Dark Goldenrod

📋 copy color: '#B8740A'

red 184 ◦ green 116 ◦ blue 10

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

Shades of Dark Goldenrod #B8740A

Tints of Dark Goldenrod #B8740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 59.35%
G = 37.42%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8740A (or 0xB8740A) is known color: Dark Goldenrod. HEX triplet: B8, 74 and 0A. RGB value is (184,116,10). Sum of RGB (Red+Green+Blue) = 184+116+10=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8740A is #478BF5. Grayscale: #7C7C7C. Windows color (decimal): -4688886 or 685240. OLE color: 685240.

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

Color convert

RGB 184 116 10 -
CMYK 0 0.37 0.95 0.28
HSL 36.55º 0.9% 0.38% -
HSV(B) 36.55º 0.95% 0.72% -
XYZ 26.07 22.7 3.3 -
YUV 124.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 184 116 10 0 0.37 0.95 0.28 36.55 0.9 0.38
Hex B8 74 A 0 25 5F 1C 25 5A 26
Octal 270 164 12 0 45 137 34 45 132 46
Binary 10111000 1110100 1010 0 100101 1011111 11100 100101 1011010 100110

Color Harmonies of #B8740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8740A

Black with #B8740A

Text Example


Text Example

White with #B8740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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