Html Css Color HEX #B37900 Dark Goldenrod

📋 copy color: '#B37900'

red 179 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #B37900

Tints of Dark Goldenrod #B37900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.33%

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

R = 59.67%
G = 40.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B37900 (or 0xB37900) is known color: Dark Goldenrod. HEX triplet: B3, 79 and 00. RGB value is (179,121,0). Sum of RGB (Red+Green+Blue) = 179+121+0=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B37900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37900 is #4C86FF. Grayscale: #7D7D7D. Windows color (decimal): -5015296 or 31155. OLE color: 31155.

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

Color convert

RGB 179 121 0 -
CMYK 0 0.32 1 0.30
HSL 40.56º 1% 0.35% -
HSV(B) 40.56º 1% 0.7% -
XYZ 25.43 23.26 3.15 -
YUV 124.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 179 121 0 0 0.32 1 0.30 40.56 1 0.35
Hex B3 79 0 0 20 64 1E 29 64 23
Octal 263 171 0 0 40 144 36 51 144 43
Binary 10110011 1111001 0 0 100000 1100100 11110 101001 1100100 100011

Color Harmonies of #B37900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37900

Black with #B37900

Text Example


Text Example

White with #B37900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37900; }

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

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

background-color css

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

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

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

border-color css

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

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

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