Html Css Color HEX #B15140 Apple Blossom

📋 copy color: '#B15140'

red 177 ◦ green 81 ◦ blue 64

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

Shades of Apple Blossom #B15140

Tints of Apple Blossom #B15140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 54.97%
G = 25.16%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B15140 (or 0xB15140) is known color: Apple Blossom. HEX triplet: B1, 51 and 40. RGB value is (177,81,64). Sum of RGB (Red+Green+Blue) = 177+81+64=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B15140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15140 is #4EAEBF. Grayscale: #6B6B6B. Windows color (decimal): -5156544 or 4215217. OLE color: 4215217.

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

Color convert

RGB 177 81 64 -
CMYK 0 0.54 0.64 0.31
HSL 9.03º 0.47% 0.47% -
HSV(B) 9.03º 0.64% 0.69% -
XYZ 22 15.6 6.7 -
YUV 107.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 177 81 64 0 0.54 0.64 0.31 9.03 0.47 0.47
Hex B1 51 40 0 36 40 1F 9 2F 2F
Octal 261 121 100 0 66 100 37 11 57 57
Binary 10110001 1010001 1000000 0 110110 1000000 11111 1001 101111 101111

Color Harmonies of #B15140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15140

Black with #B15140

Text Example


Text Example

White with #B15140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15140; }

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

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

background-color css

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

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

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

border-color css

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

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

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