Html Css Color HEX #B37300 Dark Goldenrod

📋 copy color: '#B37300'

red 179 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #B37300

Tints of Dark Goldenrod #B37300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

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

R = 60.88%
G = 39.12%
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

#B37300 (or 0xB37300) is known color: Dark Goldenrod. HEX triplet: B3, 73 and 00. RGB value is (179,115,0). Sum of RGB (Red+Green+Blue) = 179+115+0=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B37300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37300 is #4C8CFF. Grayscale: #797979. Windows color (decimal): -5016832 or 29619. OLE color: 29619.

HSL color Cylindrical-coordinate representation of color #B37300: hue angle of 38.55º 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 #B37300 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 115 0 -
CMYK 0 0.36 1 0.30
HSL 38.55º 1% 0.35% -
HSV(B) 38.55º 1% 0.7% -
XYZ 24.72 21.85 2.91 -
YUV 121.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 179 115 0 0 0.36 1 0.30 38.55 1 0.35
Hex B3 73 0 0 24 64 1E 27 64 23
Octal 263 163 0 0 44 144 36 47 144 43
Binary 10110011 1110011 0 0 100100 1100100 11110 100111 1100100 100011

Color Harmonies of #B37300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37300

Black with #B37300

Text Example


Text Example

White with #B37300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37300; }

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

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

background-color css

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

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

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

border-color css

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

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

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