Html Css Color HEX #B7944B Husk

📋 copy color: '#B7944B'

red 183 ◦ green 148 ◦ blue 75

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

Shades of Husk #B7944B

Tints of Husk #B7944B

RGB

 RED value IS 183 (71.88% from 255) = 45.07%

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 45.07%
G = 36.45%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7944B (or 0xB7944B) is known color: Husk. HEX triplet: B7, 94 and 4B. RGB value is (183,148,75). Sum of RGB (Red+Green+Blue) = 183+148+75=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7944B is #486BB4. Grayscale: #969696. Windows color (decimal): -4746165 or 4953271. OLE color: 4953271.

HSL color Cylindrical-coordinate representation of color #B7944B: hue angle of 40.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7944B is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 148 75 -
CMYK 0 0.19 0.59 0.28
HSL 40.56º 0.43% 0.51% -
HSV(B) 40.56º 0.59% 0.72% -
XYZ 31.39 31.76 11.13 -
YUV 150.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 183 148 75 0 0.19 0.59 0.28 40.56 0.43 0.51
Hex B7 94 4B 0 13 3B 1C 29 2B 33
Octal 267 224 113 0 23 73 34 51 53 63
Binary 10110111 10010100 1001011 0 10011 111011 11100 101001 101011 110011

Color Harmonies of #B7944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7944B

Black with #B7944B

Text Example


Text Example

White with #B7944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7944B; }

 p { color: rgb(183,148,75); }

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

background-color css

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

 a { background-color: rgb(183,148,75); }

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

border-color css

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

 span { border-color: rgb(183,148,75); }

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