Html Css Color HEX #B37005 Dark Goldenrod

📋 copy color: '#B37005'

red 179 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #B37005

Tints of Dark Goldenrod #B37005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.84%

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 60.47%
G = 37.84%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B37005 (or 0xB37005) is known color: Dark Goldenrod. HEX triplet: B3, 70 and 05. RGB value is (179,112,5). Sum of RGB (Red+Green+Blue) = 179+112+5=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B37005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37005 is #4C8FFA. Grayscale: #787878. Windows color (decimal): -5017595 or 356531. OLE color: 356531.

HSL color Cylindrical-coordinate representation of color #B37005: hue angle of 36.9º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B37005 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 5 -
CMYK 0 0.37 0.97 0.30
HSL 36.9º 0.95% 0.36% -
HSV(B) 36.9º 0.97% 0.7% -
XYZ 24.41 21.18 2.95 -
YUV 119.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 179 112 5 0 0.37 0.97 0.30 36.9 0.95 0.36
Hex B3 70 5 0 25 61 1E 25 5F 24
Octal 263 160 5 0 45 141 36 45 137 44
Binary 10110011 1110000 101 0 100101 1100001 11110 100101 1011111 100100

Color Harmonies of #B37005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37005

Black with #B37005

Text Example


Text Example

White with #B37005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37005; }

 p { color: rgb(179,112,5); }

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

background-color css

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

 a { background-color: rgb(179,112,5); }

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

border-color css

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

 span { border-color: rgb(179,112,5); }

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