Html Css Color HEX #B37200 Dark Goldenrod

📋 copy color: '#B37200'

red 179 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #B37200

Tints of Dark Goldenrod #B37200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.09%
G = 38.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B37200 (or 0xB37200) is known color: Dark Goldenrod. HEX triplet: B3, 72 and 00. RGB value is (179,114,0). Sum of RGB (Red+Green+Blue) = 179+114+0=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B37200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37200 is #4C8DFF. Grayscale: #787878. Windows color (decimal): -5017088 or 29363. OLE color: 29363.

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

Color convert

RGB 179 114 0 -
CMYK 0 0.36 1 0.30
HSL 38.21º 1% 0.35% -
HSV(B) 38.21º 1% 0.7% -
XYZ 24.61 21.62 2.88 -
YUV 120.44 60.03 169.77 -
System Red Green Blue C M Y K H S L
Decimal 179 114 0 0 0.36 1 0.30 38.21 1 0.35
Hex B3 72 0 0 24 64 1E 26 64 23
Octal 263 162 0 0 44 144 36 46 144 43
Binary 10110011 1110010 0 0 100100 1100100 11110 100110 1100100 100011

Color Harmonies of #B37200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37200

Black with #B37200

Text Example


Text Example

White with #B37200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37200; }

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

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

background-color css

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

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

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

border-color css

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

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

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