Html Css Color HEX #B37B13 Dark Goldenrod

📋 copy color: '#B37B13'

red 179 ◦ green 123 ◦ blue 19

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

Shades of Dark Goldenrod #B37B13

Tints of Dark Goldenrod #B37B13

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.32%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 55.76%
G = 38.32%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B37B13 (or 0xB37B13) is known color: Dark Goldenrod. HEX triplet: B3, 7B and 13. RGB value is (179,123,19). Sum of RGB (Red+Green+Blue) = 179+123+19=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37B13 is #4C84EC. Grayscale: #808080. Windows color (decimal): -5014765 or 1276851. OLE color: 1276851.

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

Color convert

RGB 179 123 19 -
CMYK 0 0.31 0.89 0.30
HSL 39º 0.81% 0.39% -
HSV(B) 39º 0.89% 0.7% -
XYZ 25.79 23.8 3.85 -
YUV 127.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 179 123 19 0 0.31 0.89 0.30 39 0.81 0.39
Hex B3 7B 13 0 1F 59 1E 27 51 27
Octal 263 173 23 0 37 131 36 47 121 47
Binary 10110011 1111011 10011 0 11111 1011001 11110 100111 1010001 100111

Color Harmonies of #B37B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B13

Black with #B37B13

Text Example


Text Example

White with #B37B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B13; }

 p { color: rgb(179,123,19); }

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

background-color css

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

 a { background-color: rgb(179,123,19); }

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

border-color css

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

 span { border-color: rgb(179,123,19); }

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