Html Css Color HEX #B37802 Dark Goldenrod

📋 copy color: '#B37802'

red 179 ◦ green 120 ◦ blue 2

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

Shades of Dark Goldenrod #B37802

Tints of Dark Goldenrod #B37802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.87%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 59.47%
G = 39.87%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B37802 (or 0xB37802) is known color: Dark Goldenrod. HEX triplet: B3, 78 and 02. RGB value is (179,120,2). Sum of RGB (Red+Green+Blue) = 179+120+2=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B37802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37802 is #4C87FD. Grayscale: #7C7C7C. Windows color (decimal): -5015550 or 161971. OLE color: 161971.

HSL color Cylindrical-coordinate representation of color #B37802: hue angle of 40º degrees, saturation: 0.98, 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 #B37802 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 2 -
CMYK 0 0.33 0.99 0.30
HSL 40º 0.98% 0.35% -
HSV(B) 40º 0.99% 0.7% -
XYZ 25.32 23.02 3.17 -
YUV 124.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 179 120 2 0 0.33 0.99 0.30 40 0.98 0.35
Hex B3 78 2 0 21 63 1E 28 62 23
Octal 263 170 2 0 41 143 36 50 142 43
Binary 10110011 1111000 10 0 100001 1100011 11110 101000 1100010 100011

Color Harmonies of #B37802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37802

Black with #B37802

Text Example


Text Example

White with #B37802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37802; }

 p { color: rgb(179,120,2); }

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

background-color css

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

 a { background-color: rgb(179,120,2); }

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

border-color css

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

 span { border-color: rgb(179,120,2); }

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