Html Css Color HEX #B37813 Dark Goldenrod

📋 copy color: '#B37813'

red 179 ◦ green 120 ◦ blue 19

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

Shades of Dark Goldenrod #B37813

Tints of Dark Goldenrod #B37813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.97%

R = 56.29%
G = 37.74%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B37813 (or 0xB37813) is known color: Dark Goldenrod. HEX triplet: B3, 78 and 13. RGB value is (179,120,19). Sum of RGB (Red+Green+Blue) = 179+120+19=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B37813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37813 is #4C87EC. Grayscale: #7E7E7E. Windows color (decimal): -5015533 or 1276083. OLE color: 1276083.

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

Color convert

RGB 179 120 19 -
CMYK 0 0.33 0.89 0.30
HSL 37.88º 0.81% 0.39% -
HSV(B) 37.88º 0.89% 0.7% -
XYZ 25.42 23.06 3.73 -
YUV 126.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 179 120 19 0 0.33 0.89 0.30 37.88 0.81 0.39
Hex B3 78 13 0 21 59 1E 26 51 27
Octal 263 170 23 0 41 131 36 46 121 47
Binary 10110011 1111000 10011 0 100001 1011001 11110 100110 1010001 100111

Color Harmonies of #B37813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37813

Black with #B37813

Text Example


Text Example

White with #B37813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37813; }

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

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

background-color css

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

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

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

border-color css

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

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

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