Html Css Color HEX #B37D18 Dark Goldenrod

📋 copy color: '#B37D18'

red 179 ◦ green 125 ◦ blue 24

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

Shades of Dark Goldenrod #B37D18

Tints of Dark Goldenrod #B37D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.11%

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 54.57%
G = 38.11%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B37D18 (or 0xB37D18) is known color: Dark Goldenrod. HEX triplet: B3, 7D and 18. RGB value is (179,125,24). Sum of RGB (Red+Green+Blue) = 179+125+24=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D18 is #4C82E7. Grayscale: #828282. Windows color (decimal): -5014248 or 1605043. OLE color: 1605043.

HSL color Cylindrical-coordinate representation of color #B37D18: hue angle of 39.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B37D18 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 125 24 -
CMYK 0 0.30 0.87 0.30
HSL 39.1º 0.76% 0.4% -
HSV(B) 39.1º 0.87% 0.7% -
XYZ 26.09 24.32 4.18 -
YUV 129.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 179 125 24 0 0.30 0.87 0.30 39.1 0.76 0.4
Hex B3 7D 18 0 1E 57 1E 27 4C 28
Octal 263 175 30 0 36 127 36 47 114 50
Binary 10110011 1111101 11000 0 11110 1010111 11110 100111 1001100 101000

Color Harmonies of #B37D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D18

Black with #B37D18

Text Example


Text Example

White with #B37D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D18; }

 p { color: rgb(179,125,24); }

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

background-color css

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

 a { background-color: rgb(179,125,24); }

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

border-color css

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

 span { border-color: rgb(179,125,24); }

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