Html Css Color HEX #B37003 Dark Goldenrod

📋 copy color: '#B37003'

red 179 ◦ green 112 ◦ blue 3

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

Shades of Dark Goldenrod #B37003

Tints of Dark Goldenrod #B37003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 60.88%
G = 38.1%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B37003 (or 0xB37003) is known color: Dark Goldenrod. HEX triplet: B3, 70 and 03. RGB value is (179,112,3). Sum of RGB (Red+Green+Blue) = 179+112+3=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B37003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37003 is #4C8FFC. Grayscale: #787878. Windows color (decimal): -5017597 or 225459. OLE color: 225459.

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

Color convert

RGB 179 112 3 -
CMYK 0 0.37 0.98 0.30
HSL 37.16º 0.97% 0.36% -
HSV(B) 37.16º 0.98% 0.7% -
XYZ 24.4 21.18 2.89 -
YUV 119.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 179 112 3 0 0.37 0.98 0.30 37.16 0.97 0.36
Hex B3 70 3 0 25 62 1E 25 61 24
Octal 263 160 3 0 45 142 36 45 141 44
Binary 10110011 1110000 11 0 100101 1100010 11110 100101 1100001 100100

Color Harmonies of #B37003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37003

Black with #B37003

Text Example


Text Example

White with #B37003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37003; }

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

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

background-color css

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

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

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

border-color css

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

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

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