Html Css Color HEX #B67413 Dark Goldenrod

📋 copy color: '#B67413'

red 182 ◦ green 116 ◦ blue 19

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

Shades of Dark Goldenrod #B67413

Tints of Dark Goldenrod #B67413

RGB

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

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

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

R = 57.41%
G = 36.59%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B67413 (or 0xB67413) is known color: Dark Goldenrod. HEX triplet: B6, 74 and 13. RGB value is (182,116,19). Sum of RGB (Red+Green+Blue) = 182+116+19=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B67413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67413 is #498BEC. Grayscale: #7D7D7D. Windows color (decimal): -4819949 or 1275062. OLE color: 1275062.

HSL color Cylindrical-coordinate representation of color #B67413: hue angle of 35.71º 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 #B67413 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 19 -
CMYK 0 0.36 0.90 0.29
HSL 35.71º 0.81% 0.39% -
HSV(B) 35.71º 0.9% 0.71% -
XYZ 25.65 22.48 3.6 -
YUV 124.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 182 116 19 0 0.36 0.90 0.29 35.71 0.81 0.39
Hex B6 74 13 0 24 5A 1D 24 51 27
Octal 266 164 23 0 44 132 35 44 121 47
Binary 10110110 1110100 10011 0 100100 1011010 11101 100100 1010001 100111

Color Harmonies of #B67413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67413

Black with #B67413

Text Example


Text Example

White with #B67413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67413; }

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

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

background-color css

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

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

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

border-color css

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

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

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