Html Css Color HEX #B29750 Husk

📋 copy color: '#B29750'

red 178 ◦ green 151 ◦ blue 80

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

Shades of Husk #B29750

Tints of Husk #B29750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 43.52%
G = 36.92%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B29750 (or 0xB29750) is known color: Husk. HEX triplet: B2, 97 and 50. RGB value is (178,151,80). Sum of RGB (Red+Green+Blue) = 178+151+80=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B29750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29750 is #4D68AF. Grayscale: #979797. Windows color (decimal): -5073072 or 5281714. OLE color: 5281714.

HSL color Cylindrical-coordinate representation of color #B29750: hue angle of 43.47º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B29750 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 151 80 -
CMYK 0 0.15 0.55 0.30
HSL 43.47º 0.39% 0.51% -
HSV(B) 43.47º 0.55% 0.7% -
XYZ 30.87 32.18 12.17 -
YUV 150.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 178 151 80 0 0.15 0.55 0.30 43.47 0.39 0.51
Hex B2 97 50 0 F 37 1E 2B 27 33
Octal 262 227 120 0 17 67 36 53 47 63
Binary 10110010 10010111 1010000 0 1111 110111 11110 101011 100111 110011

Color Harmonies of #B29750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29750

Black with #B29750

Text Example


Text Example

White with #B29750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29750; }

 p { color: rgb(178,151,80); }

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

background-color css

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

 a { background-color: rgb(178,151,80); }

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

border-color css

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

 span { border-color: rgb(178,151,80); }

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