Html Css Color HEX #B67313 Dark Goldenrod

📋 copy color: '#B67313'

red 182 ◦ green 115 ◦ blue 19

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

Shades of Dark Goldenrod #B67313

Tints of Dark Goldenrod #B67313

RGB

 RED value IS 182 (71.48% from 255) = 57.59%

 GREEN value IS 115 (45.31% from 255) = 36.39%

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

R = 57.59%
G = 36.39%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B67313 (or 0xB67313) is known color: Dark Goldenrod. HEX triplet: B6, 73 and 13. RGB value is (182,115,19). Sum of RGB (Red+Green+Blue) = 182+115+19=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B67313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67313 is #498CEC. Grayscale: #7C7C7C. Windows color (decimal): -4820205 or 1274806. OLE color: 1274806.

HSL color Cylindrical-coordinate representation of color #B67313: hue angle of 35.34º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B67313 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 115 19 -
CMYK 0 0.37 0.90 0.29
HSL 35.34º 0.81% 0.39% -
HSV(B) 35.34º 0.9% 0.71% -
XYZ 25.54 22.25 3.57 -
YUV 124.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 182 115 19 0 0.37 0.90 0.29 35.34 0.81 0.39
Hex B6 73 13 0 25 5A 1D 23 51 27
Octal 266 163 23 0 45 132 35 43 121 47
Binary 10110110 1110011 10011 0 100101 1011010 11101 100011 1010001 100111

Color Harmonies of #B67313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67313

Black with #B67313

Text Example


Text Example

White with #B67313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67313; }

 p { color: rgb(182,115,19); }

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

background-color css

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

 a { background-color: rgb(182,115,19); }

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

border-color css

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

 span { border-color: rgb(182,115,19); }

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