#b05143

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

Shades of Apple Blossom #B05143

Tints of Apple Blossom #B05143

Color information

#B05143 (or 0xB05143) is unknown color: approx Apple Blossom. HEX triplet: B0, 51 and 43. RGB value is (176,81,67). Sum of RGB (Red+Green+Blue) = 176+81+67=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B05143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05143 is #4FAEBC. Grayscale: #6B6B6B. Windows color (decimal): -5222077 or 4411824. OLE color: 4411824.

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

Color convert

RGB1768167-
CMYK00.540.620.31
HSL7.71º44.86%47.65%-
HSV(B)7.71º61.93%69.02%-
XYZ21.8615.527.15-
YUV107.81104.97176.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 67 (26.56% from 255) = 20.68%
R=54.32%
G=25%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176816700.540.620.317.7144.8647.65
HexB051430363E1F82d30
Octal2601211030667637105560
Binary10110000101000110000110110110111110111111000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05143; }

 p { color: rgb(176,81,67); }

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

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

 a { background-color: rgb(176,81,67); }

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

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

 span { border-color: rgb(176,81,67); }

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