Html Css Color HEX #B15245 Apple Blossom

📋 copy color: '#B15245'

red 177 ◦ green 82 ◦ blue 69

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

Shades of Apple Blossom #B15245

Tints of Apple Blossom #B15245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 53.96%
G = 25%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B15245 (or 0xB15245) is known color: Apple Blossom. HEX triplet: B1, 52 and 45. RGB value is (177,82,69). Sum of RGB (Red+Green+Blue) = 177+82+69=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B15245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15245 is #4EADBA. Grayscale: #6D6D6D. Windows color (decimal): -5156283 or 4543153. OLE color: 4543153.

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

Color convert

RGB 177 82 69 -
CMYK 0 0.54 0.61 0.31
HSL 7.22º 0.44% 0.48% -
HSV(B) 7.22º 0.61% 0.69% -
XYZ 22.22 15.81 7.51 -
YUV 108.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 177 82 69 0 0.54 0.61 0.31 7.22 0.44 0.48
Hex B1 52 45 0 36 3D 1F 7 2C 30
Octal 261 122 105 0 66 75 37 7 54 60
Binary 10110001 1010010 1000101 0 110110 111101 11111 111 101100 110000

Color Harmonies of #B15245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15245

Black with #B15245

Text Example


Text Example

White with #B15245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15245; }

 p { color: rgb(177,82,69); }

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

background-color css

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

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

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

border-color css

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

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

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