Html Css Color HEX #B15950 Apple Blossom

📋 copy color: '#B15950'

red 177 ◦ green 89 ◦ blue 80

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

Shades of Apple Blossom #B15950

Tints of Apple Blossom #B15950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 51.16%
G = 25.72%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B15950 (or 0xB15950) is known color: Apple Blossom. HEX triplet: B1, 59 and 50. RGB value is (177,89,80). Sum of RGB (Red+Green+Blue) = 177+89+80=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B15950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15950 is #4EA6AF. Grayscale: #727272. Windows color (decimal): -5154480 or 5265841. OLE color: 5265841.

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

Color convert

RGB 177 89 80 -
CMYK 0 0.50 0.55 0.31
HSL 5.57º 0.38% 0.5% -
HSV(B) 5.57º 0.55% 0.69% -
XYZ 23.15 17.07 9.66 -
YUV 114.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 177 89 80 0 0.50 0.55 0.31 5.57 0.38 0.5
Hex B1 59 50 0 32 37 1F 6 26 32
Octal 261 131 120 0 62 67 37 6 46 62
Binary 10110001 1011001 1010000 0 110010 110111 11111 110 100110 110010

Color Harmonies of #B15950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15950

Black with #B15950

Text Example


Text Example

White with #B15950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15950; }

 p { color: rgb(177,89,80); }

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

background-color css

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

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

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

border-color css

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

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

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