Html Css Color HEX #B15040 Apple Blossom

📋 copy color: '#B15040'

red 177 ◦ green 80 ◦ blue 64

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

Shades of Apple Blossom #B15040

Tints of Apple Blossom #B15040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 55.14%
G = 24.92%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B15040 (or 0xB15040) is known color: Apple Blossom. HEX triplet: B1, 50 and 40. RGB value is (177,80,64). Sum of RGB (Red+Green+Blue) = 177+80+64=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B15040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15040 is #4EAFBF. Grayscale: #6B6B6B. Windows color (decimal): -5156800 or 4214961. OLE color: 4214961.

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

Color convert

RGB 177 80 64 -
CMYK 0 0.55 0.64 0.31
HSL 8.5º 0.47% 0.47% -
HSV(B) 8.5º 0.64% 0.69% -
XYZ 21.93 15.45 6.68 -
YUV 107.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 177 80 64 0 0.55 0.64 0.31 8.5 0.47 0.47
Hex B1 50 40 0 37 40 1F 8 2F 2F
Octal 261 120 100 0 67 100 37 10 57 57
Binary 10110001 1010000 1000000 0 110111 1000000 11111 1000 101111 101111

Color Harmonies of #B15040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15040

Black with #B15040

Text Example


Text Example

White with #B15040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15040; }

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

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

background-color css

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

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

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

border-color css

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

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

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