Html Css Color HEX #B37512 Dark Goldenrod

📋 copy color: '#B37512'

red 179 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #B37512

Tints of Dark Goldenrod #B37512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 57.01%
G = 37.26%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B37512 (or 0xB37512) is known color: Dark Goldenrod. HEX triplet: B3, 75 and 12. RGB value is (179,117,18). Sum of RGB (Red+Green+Blue) = 179+117+18=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B37512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37512 is #4C8AED. Grayscale: #7C7C7C. Windows color (decimal): -5016302 or 1209779. OLE color: 1209779.

HSL color Cylindrical-coordinate representation of color #B37512: hue angle of 36.89º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B37512 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 18 -
CMYK 0 0.35 0.90 0.30
HSL 36.89º 0.82% 0.39% -
HSV(B) 36.89º 0.9% 0.7% -
XYZ 25.06 22.35 3.57 -
YUV 124.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 179 117 18 0 0.35 0.90 0.30 36.89 0.82 0.39
Hex B3 75 12 0 23 5A 1E 25 52 27
Octal 263 165 22 0 43 132 36 45 122 47
Binary 10110011 1110101 10010 0 100011 1011010 11110 100101 1010010 100111

Color Harmonies of #B37512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37512

Black with #B37512

Text Example


Text Example

White with #B37512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37512; }

 p { color: rgb(179,117,18); }

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

background-color css

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

 a { background-color: rgb(179,117,18); }

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

border-color css

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

 span { border-color: rgb(179,117,18); }

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