Html Css Color HEX #B0934D Husk

📋 copy color: '#B0934D'

red 176 ◦ green 147 ◦ blue 77

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

Shades of Husk #B0934D

Tints of Husk #B0934D

RGB

 RED value IS 176 (69.14% from 255) = 44%

 GREEN value IS 147 (57.81% from 255) = 36.75%

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

R = 44%
G = 36.75%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0934D (or 0xB0934D) is known color: Husk. HEX triplet: B0, 93 and 4D. RGB value is (176,147,77). Sum of RGB (Red+Green+Blue) = 176+147+77=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0934D is #4F6CB2. Grayscale: #939393. Windows color (decimal): -5205171 or 5084080. OLE color: 5084080.

HSL color Cylindrical-coordinate representation of color #B0934D: hue angle of 42.42º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0934D is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 77 -
CMYK 0 0.16 0.56 0.31
HSL 42.42º 0.39% 0.5% -
HSV(B) 42.42º 0.56% 0.69% -
XYZ 29.68 30.63 11.37 -
YUV 147.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 176 147 77 0 0.16 0.56 0.31 42.42 0.39 0.5
Hex B0 93 4D 0 10 38 1F 2A 27 32
Octal 260 223 115 0 20 70 37 52 47 62
Binary 10110000 10010011 1001101 0 10000 111000 11111 101010 100111 110010

Color Harmonies of #B0934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0934D

Black with #B0934D

Text Example


Text Example

White with #B0934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0934D; }

 p { color: rgb(176,147,77); }

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

background-color css

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

 a { background-color: rgb(176,147,77); }

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

border-color css

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

 span { border-color: rgb(176,147,77); }

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