#B05948

Color #B05948 Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #B05948

Tints of Crail #B05948

Color information

#B05948 (or 0xB05948) is unknown color: approx Crail. HEX triplet: B0, 59 and 48. RGB value is (176,89,72). Sum of RGB (Red+Green+Blue) = 176+89+72=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B05948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05948 is #4FA6B7. Grayscale: #717171. Windows color (decimal): -5220024 or 4741552. OLE color: 4741552.

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

Color convert

RGB1768972-
CMYK00.490.590.31
HSL9.81º41.94%48.63%-
HSV(B)9.81º59.09%69.02%-
XYZ22.6516.848.19-
YUV113.07104.82172.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.23%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=52.23%
G=26.41%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176897200.490.590.319.8141.9448.63
HexB059480313B1Fa2a31
Octal2601311100617337125261
Binary10110000101100110010000110001111011111111010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05948; }

 p { color: rgb(176,89,72); }

 H1.HeaderClassName
 {
   color: #B05948;
 }
 .AnyTagClassName
 {
   color: #B05948;
 }
</style>
background-color css

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

 a { background-color: rgb(176,89,72); }

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

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

 span { border-color: rgb(176,89,72); }

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