Html Css Color HEX #B15655 Apple Blossom

📋 copy color: '#B15655'

red 177 ◦ green 86 ◦ blue 85

#B15655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Blossom #B15655

Tints of Apple Blossom #B15655

RGB

 RED value IS 177 (69.53% from 255) = 50.86%

 GREEN value IS 86 (33.98% from 255) = 24.71%

 BLUE value IS 85 (33.59% from 255) = 24.43%

R = 50.86%
G = 24.71%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B15655 (or 0xB15655) is known color: Apple Blossom. HEX triplet: B1, 56 and 55. RGB value is (177,86,85). Sum of RGB (Red+Green+Blue) = 177+86+85=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B15655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15655 is #4EA9AA. Grayscale: #717171. Windows color (decimal): -5155243 or 5592753. OLE color: 5592753.

HSL color Cylindrical-coordinate representation of color #B15655: hue angle of 0.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15655 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 86 85 -
CMYK 0 0.51 0.52 0.31
HSL 0.65º 0.37% 0.51% -
HSV(B) 0.65º 0.52% 0.69% -
XYZ 23.1 16.66 10.59 -
YUV 113.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 177 86 85 0 0.51 0.52 0.31 0.65 0.37 0.51
Hex B1 56 55 0 33 34 1F 1 25 33
Octal 261 126 125 0 63 64 37 1 45 63
Binary 10110001 1010110 1010101 0 110011 110100 11111 1 100101 110011

Color Harmonies of #B15655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15655

Black with #B15655

Text Example


Text Example

White with #B15655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15655; }

 p { color: rgb(177,86,85); }

 H1.HeaderClassName
 {
   color: #B15655;
 }
 .AnyTagClassName
 {
   color: #B15655;
 }
</style>

background-color css

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

 a { background-color: rgb(177,86,85); }

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

border-color css

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

 span { border-color: rgb(177,86,85); }

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