Html Css Color HEX #B7964B Husk

📋 copy color: '#B7964B'

red 183 ◦ green 150 ◦ blue 75

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

Shades of Husk #B7964B

Tints of Husk #B7964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 44.85%
G = 36.76%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7964B (or 0xB7964B) is known color: Husk. HEX triplet: B7, 96 and 4B. RGB value is (183,150,75). Sum of RGB (Red+Green+Blue) = 183+150+75=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7964B is #4869B4. Grayscale: #979797. Windows color (decimal): -4745653 or 4953783. OLE color: 4953783.

HSL color Cylindrical-coordinate representation of color #B7964B: hue angle of 41.67º 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 #B7964B is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 150 75 -
CMYK 0 0.18 0.59 0.28
HSL 41.67º 0.43% 0.51% -
HSV(B) 41.67º 0.59% 0.72% -
XYZ 31.7 32.39 11.24 -
YUV 151.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 183 150 75 0 0.18 0.59 0.28 41.67 0.43 0.51
Hex B7 96 4B 0 12 3B 1C 2A 2B 33
Octal 267 226 113 0 22 73 34 52 53 63
Binary 10110111 10010110 1001011 0 10010 111011 11100 101010 101011 110011

Color Harmonies of #B7964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7964B

Black with #B7964B

Text Example


Text Example

White with #B7964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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