Html Css Color HEX #B29B4B Husk

📋 copy color: '#B29B4B'

red 178 ◦ green 155 ◦ blue 75

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

Shades of Husk #B29B4B

Tints of Husk #B29B4B

RGB

 RED value IS 178 (69.92% from 255) = 43.63%

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

 BLUE value IS 75 (29.69% from 255) = 18.38%

R = 43.63%
G = 37.99%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B29B4B (or 0xB29B4B) is known color: Husk. HEX triplet: B2, 9B and 4B. RGB value is (178,155,75). Sum of RGB (Red+Green+Blue) = 178+155+75=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29B4B is #4D64B4. Grayscale: #999999. Windows color (decimal): -5072053 or 4955058. OLE color: 4955058.

HSL color Cylindrical-coordinate representation of color #B29B4B: hue angle of 46.6º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B29B4B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 155 75 -
CMYK 0 0.13 0.58 0.30
HSL 46.6º 0.41% 0.5% -
HSV(B) 46.6º 0.58% 0.7% -
XYZ 31.35 33.42 11.45 -
YUV 152.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 178 155 75 0 0.13 0.58 0.30 46.6 0.41 0.5
Hex B2 9B 4B 0 D 3A 1E 2F 29 32
Octal 262 233 113 0 15 72 36 57 51 62
Binary 10110010 10011011 1001011 0 1101 111010 11110 101111 101001 110010

Color Harmonies of #B29B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B4B

Black with #B29B4B

Text Example


Text Example

White with #B29B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B4B; }

 p { color: rgb(178,155,75); }

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

background-color css

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

 a { background-color: rgb(178,155,75); }

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

border-color css

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

 span { border-color: rgb(178,155,75); }

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