#B25742

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

Shades of Crail #B25742

Tints of Crail #B25742

Color information

#B25742 (or 0xB25742) is unknown color: approx Crail. HEX triplet: B2, 57 and 42. RGB value is (178,87,66). Sum of RGB (Red+Green+Blue) = 178+87+66=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B25742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25742 is #4DA8BD. Grayscale: #6F6F6F. Windows color (decimal): -5089470 or 4347826. OLE color: 4347826.

HSL color Cylindrical-coordinate representation of color #B25742: hue angle of 11.25º 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 #B25742 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1788766-
CMYK00.510.630.30
HSL11.25º45.9%47.84%-
HSV(B)11.25º62.92%69.8%-
XYZ22.7516.677.17-
YUV111.82102.15175.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=53.78%
G=26.28%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178876600.510.630.3011.2545.947.84
HexB257420333F1Eb2e30
Octal2621271020637736135660
Binary10110010101011110000100110011111111111101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25742; }

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

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

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

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

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

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

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

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