Html Css Color HEX #B37201 Dark Goldenrod

📋 copy color: '#B37201'

red 179 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #B37201

Tints of Dark Goldenrod #B37201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 60.88%
G = 38.78%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B37201 (or 0xB37201) is known color: Dark Goldenrod. HEX triplet: B3, 72 and 01. RGB value is (179,114,1). Sum of RGB (Red+Green+Blue) = 179+114+1=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B37201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37201 is #4C8DFE. Grayscale: #797979. Windows color (decimal): -5017087 or 94899. OLE color: 94899.

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

Color convert

RGB 179 114 1 -
CMYK 0 0.36 0.99 0.30
HSL 38.09º 0.99% 0.35% -
HSV(B) 38.09º 0.99% 0.7% -
XYZ 24.61 21.62 2.9 -
YUV 120.55 60.53 169.69 -
System Red Green Blue C M Y K H S L
Decimal 179 114 1 0 0.36 0.99 0.30 38.09 0.99 0.35
Hex B3 72 1 0 24 63 1E 26 63 23
Octal 263 162 1 0 44 143 36 46 143 43
Binary 10110011 1110010 1 0 100100 1100011 11110 100110 1100011 100011

Color Harmonies of #B37201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37201

Black with #B37201

Text Example


Text Example

White with #B37201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37201; }

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

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

background-color css

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

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

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

border-color css

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

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

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