Html Css Color HEX #B69B56 Husk

📋 copy color: '#B69B56'

red 182 ◦ green 155 ◦ blue 86

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

Shades of Husk #B69B56

Tints of Husk #B69B56

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 43.03%
G = 36.64%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B69B56 (or 0xB69B56) is known color: Husk. HEX triplet: B6, 9B and 56. RGB value is (182,155,86). Sum of RGB (Red+Green+Blue) = 182+155+86=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B56 is #4964A9. Grayscale: #9B9B9B. Windows color (decimal): -4809898 or 5675958. OLE color: 5675958.

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

Color convert

RGB 182 155 86 -
CMYK 0 0.15 0.53 0.29
HSL 43.13º 0.4% 0.53% -
HSV(B) 43.13º 0.53% 0.71% -
XYZ 32.69 34.06 13.66 -
YUV 155.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 182 155 86 0 0.15 0.53 0.29 43.13 0.4 0.53
Hex B6 9B 56 0 F 35 1D 2B 28 35
Octal 266 233 126 0 17 65 35 53 50 65
Binary 10110110 10011011 1010110 0 1111 110101 11101 101011 101000 110101

Color Harmonies of #B69B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69B56

Black with #B69B56

Text Example


Text Example

White with #B69B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69B56; }

 p { color: rgb(182,155,86); }

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

background-color css

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

 a { background-color: rgb(182,155,86); }

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

border-color css

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

 span { border-color: rgb(182,155,86); }

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