Html Css Color HEX #B69E4D Husk

📋 copy color: '#B69E4D'

red 182 ◦ green 158 ◦ blue 77

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

Shades of Husk #B69E4D

Tints of Husk #B69E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.89%

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

R = 43.65%
G = 37.89%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B69E4D (or 0xB69E4D) is known color: Husk. HEX triplet: B6, 9E and 4D. RGB value is (182,158,77). Sum of RGB (Red+Green+Blue) = 182+158+77=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E4D is #4961B2. Grayscale: #9C9C9C. Windows color (decimal): -4809139 or 5086902. OLE color: 5086902.

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

Color convert

RGB 182 158 77 -
CMYK 0 0.13 0.58 0.29
HSL 46.29º 0.42% 0.51% -
HSV(B) 46.29º 0.58% 0.71% -
XYZ 32.86 34.93 12.03 -
YUV 155.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 182 158 77 0 0.13 0.58 0.29 46.29 0.42 0.51
Hex B6 9E 4D 0 D 3A 1D 2E 2A 33
Octal 266 236 115 0 15 72 35 56 52 63
Binary 10110110 10011110 1001101 0 1101 111010 11101 101110 101010 110011

Color Harmonies of #B69E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69E4D

Black with #B69E4D

Text Example


Text Example

White with #B69E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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