Html Css Color HEX #B69B4D Husk

📋 copy color: '#B69B4D'

red 182 ◦ green 155 ◦ blue 77

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

Shades of Husk #B69B4D

Tints of Husk #B69B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.6%

R = 43.96%
G = 37.44%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B69B4D (or 0xB69B4D) is known color: Husk. HEX triplet: B6, 9B and 4D. RGB value is (182,155,77). Sum of RGB (Red+Green+Blue) = 182+155+77=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B4D is #4964B2. Grayscale: #9A9A9A. Windows color (decimal): -4809907 or 5086134. OLE color: 5086134.

HSL color Cylindrical-coordinate representation of color #B69B4D: hue angle of 44.57º 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 #B69B4D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 155 77 -
CMYK 0 0.15 0.58 0.29
HSL 44.57º 0.42% 0.51% -
HSV(B) 44.57º 0.58% 0.71% -
XYZ 32.35 33.92 11.86 -
YUV 154.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 182 155 77 0 0.15 0.58 0.29 44.57 0.42 0.51
Hex B6 9B 4D 0 F 3A 1D 2D 2A 33
Octal 266 233 115 0 17 72 35 55 52 63
Binary 10110110 10011011 1001101 0 1111 111010 11101 101101 101010 110011

Color Harmonies of #B69B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69B4D

Black with #B69B4D

Text Example


Text Example

White with #B69B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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