Html Css Color HEX #B0924A Husk

📋 copy color: '#B0924A'

red 176 ◦ green 146 ◦ blue 74

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

Shades of Husk #B0924A

Tints of Husk #B0924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 44.44%
G = 36.87%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0924A (or 0xB0924A) is known color: Husk. HEX triplet: B0, 92 and 4A. RGB value is (176,146,74). Sum of RGB (Red+Green+Blue) = 176+146+74=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0924A is #4F6DB5. Grayscale: #939393. Windows color (decimal): -5205430 or 4887216. OLE color: 4887216.

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

Color convert

RGB 176 146 74 -
CMYK 0 0.17 0.58 0.31
HSL 42.35º 0.41% 0.49% -
HSV(B) 42.35º 0.58% 0.69% -
XYZ 29.42 30.28 10.77 -
YUV 146.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 176 146 74 0 0.17 0.58 0.31 42.35 0.41 0.49
Hex B0 92 4A 0 11 3A 1F 2A 29 31
Octal 260 222 112 0 21 72 37 52 51 61
Binary 10110000 10010010 1001010 0 10001 111010 11111 101010 101001 110001

Color Harmonies of #B0924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0924A

Black with #B0924A

Text Example


Text Example

White with #B0924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0924A; }

 p { color: rgb(176,146,74); }

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

background-color css

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

 a { background-color: rgb(176,146,74); }

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

border-color css

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

 span { border-color: rgb(176,146,74); }

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