Html Css Color HEX #B67813 Dark Goldenrod

📋 copy color: '#B67813'

red 182 ◦ green 120 ◦ blue 19

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

Shades of Dark Goldenrod #B67813

Tints of Dark Goldenrod #B67813

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

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

R = 56.7%
G = 37.38%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B67813 (or 0xB67813) is known color: Dark Goldenrod. HEX triplet: B6, 78 and 13. RGB value is (182,120,19). Sum of RGB (Red+Green+Blue) = 182+120+19=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B67813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67813 is #4987EC. Grayscale: #7F7F7F. Windows color (decimal): -4818925 or 1276086. OLE color: 1276086.

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

Color convert

RGB 182 120 19 -
CMYK 0 0.34 0.90 0.29
HSL 37.18º 0.81% 0.39% -
HSV(B) 37.18º 0.9% 0.71% -
XYZ 26.13 23.43 3.76 -
YUV 127.02 67.04 167.21 -
System Red Green Blue C M Y K H S L
Decimal 182 120 19 0 0.34 0.90 0.29 37.18 0.81 0.39
Hex B6 78 13 0 22 5A 1D 25 51 27
Octal 266 170 23 0 42 132 35 45 121 47
Binary 10110110 1111000 10011 0 100010 1011010 11101 100101 1010001 100111

Color Harmonies of #B67813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67813

Black with #B67813

Text Example


Text Example

White with #B67813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67813; }

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

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

background-color css

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

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

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

border-color css

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

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

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