Html Css Color HEX #B15C56 Apple Blossom

📋 copy color: '#B15C56'

red 177 ◦ green 92 ◦ blue 86

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

Shades of Apple Blossom #B15C56

Tints of Apple Blossom #B15C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

 BLUE value IS 86 (33.98% from 255) = 24.23%

R = 49.86%
G = 25.92%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B15C56 (or 0xB15C56) is known color: Apple Blossom. HEX triplet: B1, 5C and 56. RGB value is (177,92,86). Sum of RGB (Red+Green+Blue) = 177+92+86=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C56 is #4EA3A9. Grayscale: #747474. Windows color (decimal): -5153706 or 5659825. OLE color: 5659825.

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

Color convert

RGB 177 92 86 -
CMYK 0 0.48 0.51 0.31
HSL 3.96º 0.37% 0.52% -
HSV(B) 3.96º 0.51% 0.69% -
XYZ 23.64 17.67 10.97 -
YUV 116.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 177 92 86 0 0.48 0.51 0.31 3.96 0.37 0.52
Hex B1 5C 56 0 30 33 1F 4 25 34
Octal 261 134 126 0 60 63 37 4 45 64
Binary 10110001 1011100 1010110 0 110000 110011 11111 100 100101 110100

Color Harmonies of #B15C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C56

Black with #B15C56

Text Example


Text Example

White with #B15C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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