Html Css Color HEX #B8954B Husk

📋 copy color: '#B8954B'

red 184 ◦ green 149 ◦ blue 75

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

Shades of Husk #B8954B

Tints of Husk #B8954B

RGB

 RED value IS 184 (72.27% from 255) = 45.1%

 GREEN value IS 149 (58.59% from 255) = 36.52%

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

R = 45.1%
G = 36.52%
B = 18.38%

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

#B8954B (or 0xB8954B) is known color: Husk. HEX triplet: B8, 95 and 4B. RGB value is (184,149,75). Sum of RGB (Red+Green+Blue) = 184+149+75=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8954B is #476AB4. Grayscale: #979797. Windows color (decimal): -4680373 or 4953528. OLE color: 4953528.

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

Color convert

RGB 184 149 75 -
CMYK 0 0.19 0.59 0.28
HSL 40.73º 0.43% 0.51% -
HSV(B) 40.73º 0.59% 0.72% -
XYZ 31.78 32.19 11.2 -
YUV 151.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 184 149 75 0 0.19 0.59 0.28 40.73 0.43 0.51
Hex B8 95 4B 0 13 3B 1C 29 2B 33
Octal 270 225 113 0 23 73 34 51 53 63
Binary 10111000 10010101 1001011 0 10011 111011 11100 101001 101011 110011

Color Harmonies of #B8954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8954B

Black with #B8954B

Text Example


Text Example

White with #B8954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8954B; }

 p { color: rgb(184,149,75); }

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

background-color css

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

 a { background-color: rgb(184,149,75); }

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

border-color css

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

 span { border-color: rgb(184,149,75); }

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