Html Css Color HEX #B7984E Husk

📋 copy color: '#B7984E'

red 183 ◦ green 152 ◦ blue 78

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

Shades of Husk #B7984E

Tints of Husk #B7984E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.8%

 BLUE value IS 78 (30.86% from 255) = 18.89%

R = 44.31%
G = 36.8%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7984E (or 0xB7984E) is known color: Husk. HEX triplet: B7, 98 and 4E. RGB value is (183,152,78). Sum of RGB (Red+Green+Blue) = 183+152+78=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7984E is #4867B1. Grayscale: #999999. Windows color (decimal): -4745138 or 5150903. OLE color: 5150903.

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

Color convert

RGB 183 152 78 -
CMYK 0 0.17 0.57 0.28
HSL 42.29º 0.42% 0.51% -
HSV(B) 42.29º 0.57% 0.72% -
XYZ 32.13 33.07 11.9 -
YUV 152.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 183 152 78 0 0.17 0.57 0.28 42.29 0.42 0.51
Hex B7 98 4E 0 11 39 1C 2A 2A 33
Octal 267 230 116 0 21 71 34 52 52 63
Binary 10110111 10011000 1001110 0 10001 111001 11100 101010 101010 110011

Color Harmonies of #B7984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7984E

Black with #B7984E

Text Example


Text Example

White with #B7984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7984E; }

 p { color: rgb(183,152,78); }

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

background-color css

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

 a { background-color: rgb(183,152,78); }

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

border-color css

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

 span { border-color: rgb(183,152,78); }

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