Html Css Color HEX #B0974C Husk

📋 copy color: '#B0974C'

red 176 ◦ green 151 ◦ blue 76

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

Shades of Husk #B0974C

Tints of Husk #B0974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

 BLUE value IS 76 (30.08% from 255) = 18.86%

R = 43.67%
G = 37.47%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0974C (or 0xB0974C) is known color: Husk. HEX triplet: B0, 97 and 4C. RGB value is (176,151,76). Sum of RGB (Red+Green+Blue) = 176+151+76=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0974C is #4F68B3. Grayscale: #969696. Windows color (decimal): -5204148 or 5019568. OLE color: 5019568.

HSL color Cylindrical-coordinate representation of color #B0974C: hue angle of 45º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0974C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 151 76 -
CMYK 0 0.14 0.57 0.31
HSL 45º 0.4% 0.49% -
HSV(B) 45º 0.57% 0.69% -
XYZ 30.28 31.89 11.4 -
YUV 149.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 176 151 76 0 0.14 0.57 0.31 45 0.4 0.49
Hex B0 97 4C 0 E 39 1F 2D 28 31
Octal 260 227 114 0 16 71 37 55 50 61
Binary 10110000 10010111 1001100 0 1110 111001 11111 101101 101000 110001

Color Harmonies of #B0974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0974C

Black with #B0974C

Text Example


Text Example

White with #B0974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0974C; }

 p { color: rgb(176,151,76); }

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

background-color css

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

 a { background-color: rgb(176,151,76); }

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

border-color css

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

 span { border-color: rgb(176,151,76); }

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