#B05041

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

Shades of Apple Blossom #B05041

Tints of Apple Blossom #B05041

Color information

#B05041 (or 0xB05041) is unknown color: approx Apple Blossom. HEX triplet: B0, 50 and 41. RGB value is (176,80,65). Sum of RGB (Red+Green+Blue) = 176+80+65=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B05041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05041 is #4FAFBE. Grayscale: #6B6B6B. Windows color (decimal): -5222335 or 4280496. OLE color: 4280496.

HSL color Cylindrical-coordinate representation of color #B05041: hue angle of 8.11º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B05041 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1768065-
CMYK00.550.630.31
HSL8.11º46.06%47.25%-
HSV(B)8.11º63.07%69.02%-
XYZ21.7315.356.82-
YUV106.99104.3177.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=54.83%
G=24.92%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176806500.550.630.318.1146.0647.25
HexB050410373F1F82e2f
Octal2601201010677737105657
Binary10110000101000010000010110111111111111111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05041; }

 p { color: rgb(176,80,65); }

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

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

 a { background-color: rgb(176,80,65); }

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

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

 span { border-color: rgb(176,80,65); }

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