Html Css Color HEX #B69A50 Husk

📋 copy color: '#B69A50'

red 182 ◦ green 154 ◦ blue 80

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

Shades of Husk #B69A50

Tints of Husk #B69A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 43.75%
G = 37.02%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B69A50 (or 0xB69A50) is known color: Husk. HEX triplet: B6, 9A and 50. RGB value is (182,154,80). Sum of RGB (Red+Green+Blue) = 182+154+80=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A50 is #4965AF. Grayscale: #9A9A9A. Windows color (decimal): -4810160 or 5282486. OLE color: 5282486.

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

Color convert

RGB 182 154 80 -
CMYK 0 0.15 0.56 0.29
HSL 43.53º 0.41% 0.51% -
HSV(B) 43.53º 0.56% 0.71% -
XYZ 32.29 33.64 12.38 -
YUV 153.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 182 154 80 0 0.15 0.56 0.29 43.53 0.41 0.51
Hex B6 9A 50 0 F 38 1D 2C 29 33
Octal 266 232 120 0 17 70 35 54 51 63
Binary 10110110 10011010 1010000 0 1111 111000 11101 101100 101001 110011

Color Harmonies of #B69A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69A50

Black with #B69A50

Text Example


Text Example

White with #B69A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69A50; }

 p { color: rgb(182,154,80); }

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

background-color css

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

 a { background-color: rgb(182,154,80); }

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

border-color css

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

 span { border-color: rgb(182,154,80); }

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