Html Css Color HEX #B15142 Apple Blossom

📋 copy color: '#B15142'

red 177 ◦ green 81 ◦ blue 66

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

Shades of Apple Blossom #B15142

Tints of Apple Blossom #B15142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 54.63%
G = 25%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B15142 (or 0xB15142) is known color: Apple Blossom. HEX triplet: B1, 51 and 42. RGB value is (177,81,66). Sum of RGB (Red+Green+Blue) = 177+81+66=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B15142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15142 is #4EAEBD. Grayscale: #6C6C6C. Windows color (decimal): -5156542 or 4346289. OLE color: 4346289.

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

Color convert

RGB 177 81 66 -
CMYK 0 0.54 0.63 0.31
HSL 8.11º 0.46% 0.48% -
HSV(B) 8.11º 0.63% 0.69% -
XYZ 22.06 15.63 7.01 -
YUV 107.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 177 81 66 0 0.54 0.63 0.31 8.11 0.46 0.48
Hex B1 51 42 0 36 3F 1F 8 2E 30
Octal 261 121 102 0 66 77 37 10 56 60
Binary 10110001 1010001 1000010 0 110110 111111 11111 1000 101110 110000

Color Harmonies of #B15142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15142

Black with #B15142

Text Example


Text Example

White with #B15142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15142; }

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

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

background-color css

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

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

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

border-color css

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

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

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