Html Css Color HEX #B37C07 Dark Goldenrod

📋 copy color: '#B37C07'

red 179 ◦ green 124 ◦ blue 7

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

Shades of Dark Goldenrod #B37C07

Tints of Dark Goldenrod #B37C07

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 57.74%
G = 40%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B37C07 (or 0xB37C07) is known color: Dark Goldenrod. HEX triplet: B3, 7C and 07. RGB value is (179,124,7). Sum of RGB (Red+Green+Blue) = 179+124+7=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37C07 is #4C83F8. Grayscale: #7F7F7F. Windows color (decimal): -5014521 or 490675. OLE color: 490675.

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

Color convert

RGB 179 124 7 -
CMYK 0 0.31 0.96 0.30
HSL 40.81º 0.92% 0.36% -
HSV(B) 40.81º 0.96% 0.7% -
XYZ 25.84 24.01 3.47 -
YUV 127.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 179 124 7 0 0.31 0.96 0.30 40.81 0.92 0.36
Hex B3 7C 7 0 1F 60 1E 29 5C 24
Octal 263 174 7 0 37 140 36 51 134 44
Binary 10110011 1111100 111 0 11111 1100000 11110 101001 1011100 100100

Color Harmonies of #B37C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C07

Black with #B37C07

Text Example


Text Example

White with #B37C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C07; }

 p { color: rgb(179,124,7); }

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

background-color css

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

 a { background-color: rgb(179,124,7); }

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

border-color css

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

 span { border-color: rgb(179,124,7); }

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