Html Css Color HEX #B15656 Apple Blossom

📋 copy color: '#B15656'

red 177 ◦ green 86 ◦ blue 86

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

Shades of Apple Blossom #B15656

Tints of Apple Blossom #B15656

RGB

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

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

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

R = 50.72%
G = 24.64%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B15656 (or 0xB15656) is known color: Apple Blossom. HEX triplet: B1, 56 and 56. RGB value is (177,86,86). Sum of RGB (Red+Green+Blue) = 177+86+86=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B15656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15656 is #4EA9A9. Grayscale: #717171. Windows color (decimal): -5155242 or 5658289. OLE color: 5658289.

HSL color Cylindrical-coordinate representation of color #B15656: hue angle of 0º 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 #B15656 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 86 86 -
CMYK 0 0.51 0.51 0.31
HSL 0.37% 0.52% -
HSV(B) 0.51% 0.69% -
XYZ 23.14 16.67 10.8 -
YUV 113.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 177 86 86 0 0.51 0.51 0.31 0 0.37 0.52
Hex B1 56 56 0 33 33 1F 0 25 34
Octal 261 126 126 0 63 63 37 0 45 64
Binary 10110001 1010110 1010110 0 110011 110011 11111 0 100101 110100

Color Harmonies of #B15656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15656

Black with #B15656

Text Example


Text Example

White with #B15656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15656; }

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

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

background-color css

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

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

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

border-color css

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

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

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