Html Css Color HEX #B37700 Dark Goldenrod

📋 copy color: '#B37700'

red 179 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #B37700

Tints of Dark Goldenrod #B37700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

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

R = 60.07%
G = 39.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B37700 (or 0xB37700) is known color: Dark Goldenrod. HEX triplet: B3, 77 and 00. RGB value is (179,119,0). Sum of RGB (Red+Green+Blue) = 179+119+0=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B37700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37700 is #4C88FF. Grayscale: #7B7B7B. Windows color (decimal): -5015808 or 30643. OLE color: 30643.

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

Color convert

RGB 179 119 0 -
CMYK 0 0.34 1 0.30
HSL 39.89º 1% 0.35% -
HSV(B) 39.89º 1% 0.7% -
XYZ 25.19 22.78 3.07 -
YUV 123.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 179 119 0 0 0.34 1 0.30 39.89 1 0.35
Hex B3 77 0 0 22 64 1E 28 64 23
Octal 263 167 0 0 42 144 36 50 144 43
Binary 10110011 1110111 0 0 100010 1100100 11110 101000 1100100 100011

Color Harmonies of #B37700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37700

Black with #B37700

Text Example


Text Example

White with #B37700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37700; }

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

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

background-color css

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

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

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

border-color css

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

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

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