Html Css Color HEX #B37400 Dark Goldenrod

📋 copy color: '#B37400'

red 179 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #B37400

Tints of Dark Goldenrod #B37400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

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

R = 60.68%
G = 39.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B37400 (or 0xB37400) is known color: Dark Goldenrod. HEX triplet: B3, 74 and 00. RGB value is (179,116,0). Sum of RGB (Red+Green+Blue) = 179+116+0=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B37400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37400 is #4C8BFF. Grayscale: #7A7A7A. Windows color (decimal): -5016576 or 29875. OLE color: 29875.

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

Color convert

RGB 179 116 0 -
CMYK 0 0.35 1 0.30
HSL 38.88º 1% 0.35% -
HSV(B) 38.88º 1% 0.7% -
XYZ 24.84 22.07 2.95 -
YUV 121.61 59.37 168.93 -
System Red Green Blue C M Y K H S L
Decimal 179 116 0 0 0.35 1 0.30 38.88 1 0.35
Hex B3 74 0 0 23 64 1E 27 64 23
Octal 263 164 0 0 43 144 36 47 144 43
Binary 10110011 1110100 0 0 100011 1100100 11110 100111 1100100 100011

Color Harmonies of #B37400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37400

Black with #B37400

Text Example


Text Example

White with #B37400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37400; }

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

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

background-color css

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

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

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

border-color css

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

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

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