Html Css Color HEX #B37810 Dark Goldenrod

📋 copy color: '#B37810'

red 179 ◦ green 120 ◦ blue 16

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

Shades of Dark Goldenrod #B37810

Tints of Dark Goldenrod #B37810

RGB

 RED value IS 179 (70.31% from 255) = 56.83%

 GREEN value IS 120 (47.27% from 255) = 38.1%

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 56.83%
G = 38.1%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B37810 (or 0xB37810) is known color: Dark Goldenrod. HEX triplet: B3, 78 and 10. RGB value is (179,120,16). Sum of RGB (Red+Green+Blue) = 179+120+16=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B37810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37810 is #4C87EF. Grayscale: #7E7E7E. Windows color (decimal): -5015536 or 1079475. OLE color: 1079475.

HSL color Cylindrical-coordinate representation of color #B37810: hue angle of 38.28º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B37810 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 16 -
CMYK 0 0.33 0.91 0.30
HSL 38.28º 0.84% 0.38% -
HSV(B) 38.28º 0.91% 0.7% -
XYZ 25.4 23.05 3.6 -
YUV 125.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 179 120 16 0 0.33 0.91 0.30 38.28 0.84 0.38
Hex B3 78 10 0 21 5B 1E 26 54 26
Octal 263 170 20 0 41 133 36 46 124 46
Binary 10110011 1111000 10000 0 100001 1011011 11110 100110 1010100 100110

Color Harmonies of #B37810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37810

Black with #B37810

Text Example


Text Example

White with #B37810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37810; }

 p { color: rgb(179,120,16); }

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

background-color css

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

 a { background-color: rgb(179,120,16); }

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

border-color css

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

 span { border-color: rgb(179,120,16); }

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