#B05745

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

Shades of Crail #B05745

Tints of Crail #B05745

Color information

#B05745 (or 0xB05745) is unknown color: approx Crail. HEX triplet: B0, 57 and 45. RGB value is (176,87,69). Sum of RGB (Red+Green+Blue) = 176+87+69=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B05745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05745 is #4FA8BA. Grayscale: #6F6F6F. Windows color (decimal): -5220539 or 4544432. OLE color: 4544432.

HSL color Cylindrical-coordinate representation of color #B05745: hue angle of 10.09º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05745 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1768769-
CMYK00.510.610.31
HSL10.09º43.67%48.04%-
HSV(B)10.09º60.8%69.02%-
XYZ22.3916.487.63-
YUV111.56103.99173.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.01%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 69 (27.34% from 255) = 20.78%
R=53.01%
G=26.20%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176876900.510.610.3110.0943.6748.04
HexB057450333D1Fa2c30
Octal2601271050637537125460
Binary10110000101011110001010110011111101111111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05745; }

 p { color: rgb(176,87,69); }

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

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

 a { background-color: rgb(176,87,69); }

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

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

 span { border-color: rgb(176,87,69); }

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