Html Css Color HEX #B69E49 Husk

📋 copy color: '#B69E49'

red 182 ◦ green 158 ◦ blue 73

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

Shades of Husk #B69E49

Tints of Husk #B69E49

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 73 (28.91% from 255) = 17.68%

R = 44.07%
G = 38.26%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B69E49 (or 0xB69E49) is known color: Husk. HEX triplet: B6, 9E and 49. RGB value is (182,158,73). Sum of RGB (Red+Green+Blue) = 182+158+73=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69E49 is #4961B6. Grayscale: #9B9B9B. Windows color (decimal): -4809143 or 4824758. OLE color: 4824758.

HSL color Cylindrical-coordinate representation of color #B69E49: hue angle of 46.79º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B69E49 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 158 73 -
CMYK 0 0.13 0.60 0.29
HSL 46.79º 0.43% 0.5% -
HSV(B) 46.79º 0.6% 0.71% -
XYZ 32.72 34.88 11.31 -
YUV 155.49 81.45 146.91 -
System Red Green Blue C M Y K H S L
Decimal 182 158 73 0 0.13 0.60 0.29 46.79 0.43 0.5
Hex B6 9E 49 0 D 3C 1D 2F 2B 32
Octal 266 236 111 0 15 74 35 57 53 62
Binary 10110110 10011110 1001001 0 1101 111100 11101 101111 101011 110010

Color Harmonies of #B69E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69E49

Black with #B69E49

Text Example


Text Example

White with #B69E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69E49; }

 p { color: rgb(182,158,73); }

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

background-color css

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

 a { background-color: rgb(182,158,73); }

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

border-color css

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

 span { border-color: rgb(182,158,73); }

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