#B25642

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

Shades of Crail #B25642

Tints of Crail #B25642

Color information

#B25642 (or 0xB25642) is unknown color: approx Crail. HEX triplet: B2, 56 and 42. RGB value is (178,86,66). Sum of RGB (Red+Green+Blue) = 178+86+66=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B25642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25642 is #4DA9BD. Grayscale: #6F6F6F. Windows color (decimal): -5089726 or 4347570. OLE color: 4347570.

HSL color Cylindrical-coordinate representation of color #B25642: hue angle of 10.71º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25642 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1788666-
CMYK00.520.630.30
HSL10.71º45.9%47.84%-
HSV(B)10.71º62.92%69.8%-
XYZ22.6716.517.15-
YUV111.23102.48175.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 66 (26.17% from 255) = 20%
R=53.94%
G=26.06%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178866600.520.630.3010.7145.947.84
HexB256420343F1Eb2e30
Octal2621261020647736135660
Binary10110010101011010000100110100111111111101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25642; }

 p { color: rgb(178,86,66); }

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

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

 a { background-color: rgb(178,86,66); }

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

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

 span { border-color: rgb(178,86,66); }

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