Html Css Color HEX #B37207 Dark Goldenrod

📋 copy color: '#B37207'

red 179 ◦ green 114 ◦ blue 7

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

Shades of Dark Goldenrod #B37207

Tints of Dark Goldenrod #B37207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 59.67%
G = 38%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B37207 (or 0xB37207) is known color: Dark Goldenrod. HEX triplet: B3, 72 and 07. RGB value is (179,114,7). Sum of RGB (Red+Green+Blue) = 179+114+7=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B37207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37207 is #4C8DF8. Grayscale: #797979. Windows color (decimal): -5017081 or 488115. OLE color: 488115.

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

Color convert

RGB 179 114 7 -
CMYK 0 0.36 0.96 0.30
HSL 37.33º 0.92% 0.36% -
HSV(B) 37.33º 0.96% 0.7% -
XYZ 24.65 21.63 3.08 -
YUV 121.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 179 114 7 0 0.36 0.96 0.30 37.33 0.92 0.36
Hex B3 72 7 0 24 60 1E 25 5C 24
Octal 263 162 7 0 44 140 36 45 134 44
Binary 10110011 1110010 111 0 100100 1100000 11110 100101 1011100 100100

Color Harmonies of #B37207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37207

Black with #B37207

Text Example


Text Example

White with #B37207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37207; }

 p { color: rgb(179,114,7); }

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

background-color css

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

 a { background-color: rgb(179,114,7); }

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

border-color css

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

 span { border-color: rgb(179,114,7); }

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