Html Css Color HEX #B69C57 Husk

📋 copy color: '#B69C57'

red 182 ◦ green 156 ◦ blue 87

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

Shades of Husk #B69C57

Tints of Husk #B69C57

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

 BLUE value IS 87 (34.38% from 255) = 20.47%

R = 42.82%
G = 36.71%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B69C57 (or 0xB69C57) is known color: Husk. HEX triplet: B6, 9C and 57. RGB value is (182,156,87). Sum of RGB (Red+Green+Blue) = 182+156+87=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C57 is #4963A8. Grayscale: #9C9C9C. Windows color (decimal): -4809641 or 5741750. OLE color: 5741750.

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

Color convert

RGB 182 156 87 -
CMYK 0 0.14 0.52 0.29
HSL 43.58º 0.39% 0.53% -
HSV(B) 43.58º 0.52% 0.71% -
XYZ 32.9 34.41 13.92 -
YUV 155.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 182 156 87 0 0.14 0.52 0.29 43.58 0.39 0.53
Hex B6 9C 57 0 E 34 1D 2C 27 35
Octal 266 234 127 0 16 64 35 54 47 65
Binary 10110110 10011100 1010111 0 1110 110100 11101 101100 100111 110101

Color Harmonies of #B69C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69C57

Black with #B69C57

Text Example


Text Example

White with #B69C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69C57; }

 p { color: rgb(182,156,87); }

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

background-color css

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

 a { background-color: rgb(182,156,87); }

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

border-color css

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

 span { border-color: rgb(182,156,87); }

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