#B14E3D

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

Shades of Apple Blossom #B14E3D

Tints of Apple Blossom #B14E3D

Color information

#B14E3D (or 0xB14E3D) is unknown color: approx Apple Blossom. HEX triplet: B1, 4E and 3D. RGB value is (177,78,61). Sum of RGB (Red+Green+Blue) = 177+78+61=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E3D is #4EB1C2. Grayscale: #696969. Windows color (decimal): -5157315 or 4017841. OLE color: 4017841.

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

Color convert

RGB1777861-
CMYK00.560.660.31
HSL8.79º48.74%46.67%-
HSV(B)8.79º65.54%69.41%-
XYZ21.715.136.19-
YUV105.66102.8178.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 61 (24.22% from 255) = 19.30%
R=56.01%
G=24.68%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177786100.560.660.318.7948.7446.67
HexB14E3D038421F9312f
Octal2611167507010237116157
Binary10110001100111011110101110001000010111111001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E3D; }

 p { color: rgb(177,78,61); }

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

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

 a { background-color: rgb(177,78,61); }

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

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

 span { border-color: rgb(177,78,61); }

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