Html Css Color HEX #B0924E Husk

📋 copy color: '#B0924E'

red 176 ◦ green 146 ◦ blue 78

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

Shades of Husk #B0924E

Tints of Husk #B0924E

RGB

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

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

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

R = 44%
G = 36.5%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0924E (or 0xB0924E) is known color: Husk. HEX triplet: B0, 92 and 4E. RGB value is (176,146,78). Sum of RGB (Red+Green+Blue) = 176+146+78=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0924E is #4F6DB1. Grayscale: #939393. Windows color (decimal): -5205426 or 5149360. OLE color: 5149360.

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

Color convert

RGB 176 146 78 -
CMYK 0 0.17 0.56 0.31
HSL 41.63º 0.39% 0.5% -
HSV(B) 41.63º 0.56% 0.69% -
XYZ 29.56 30.34 11.51 -
YUV 147.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 176 146 78 0 0.17 0.56 0.31 41.63 0.39 0.5
Hex B0 92 4E 0 11 38 1F 2A 27 32
Octal 260 222 116 0 21 70 37 52 47 62
Binary 10110000 10010010 1001110 0 10001 111000 11111 101010 100111 110010

Color Harmonies of #B0924E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0924E

Black with #B0924E

Text Example


Text Example

White with #B0924E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0924E; }

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

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

background-color css

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

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

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

border-color css

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

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

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