Html Css Color HEX #B69D4C Husk

📋 copy color: '#B69D4C'

red 182 ◦ green 157 ◦ blue 76

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

Shades of Husk #B69D4C

Tints of Husk #B69D4C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 43.86%
G = 37.83%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B69D4C (or 0xB69D4C) is known color: Husk. HEX triplet: B6, 9D and 4C. RGB value is (182,157,76). Sum of RGB (Red+Green+Blue) = 182+157+76=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69D4C is #4962B3. Grayscale: #9B9B9B. Windows color (decimal): -4809396 or 5021110. OLE color: 5021110.

HSL color Cylindrical-coordinate representation of color #B69D4C: hue angle of 45.85º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B69D4C is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 157 76 -
CMYK 0 0.14 0.58 0.29
HSL 45.85º 0.42% 0.51% -
HSV(B) 45.85º 0.58% 0.71% -
XYZ 32.65 34.58 11.79 -
YUV 155.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 182 157 76 0 0.14 0.58 0.29 45.85 0.42 0.51
Hex B6 9D 4C 0 E 3A 1D 2E 2A 33
Octal 266 235 114 0 16 72 35 56 52 63
Binary 10110110 10011101 1001100 0 1110 111010 11101 101110 101010 110011

Color Harmonies of #B69D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69D4C

Black with #B69D4C

Text Example


Text Example

White with #B69D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69D4C; }

 p { color: rgb(182,157,76); }

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

background-color css

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

 a { background-color: rgb(182,157,76); }

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

border-color css

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

 span { border-color: rgb(182,157,76); }

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