Html Css Color HEX #B15248 Apple Blossom

📋 copy color: '#B15248'

red 177 ◦ green 82 ◦ blue 72

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

Shades of Apple Blossom #B15248

Tints of Apple Blossom #B15248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 53.47%
G = 24.77%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B15248 (or 0xB15248) is known color: Apple Blossom. HEX triplet: B1, 52 and 48. RGB value is (177,82,72). Sum of RGB (Red+Green+Blue) = 177+82+72=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B15248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15248 is #4EADB7. Grayscale: #6D6D6D. Windows color (decimal): -5156280 or 4739761. OLE color: 4739761.

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

Color convert

RGB 177 82 72 -
CMYK 0 0.54 0.59 0.31
HSL 5.71º 0.42% 0.49% -
HSV(B) 5.71º 0.59% 0.69% -
XYZ 22.32 15.85 8.01 -
YUV 109.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 177 82 72 0 0.54 0.59 0.31 5.71 0.42 0.49
Hex B1 52 48 0 36 3B 1F 6 2A 31
Octal 261 122 110 0 66 73 37 6 52 61
Binary 10110001 1010010 1001000 0 110110 111011 11111 110 101010 110001

Color Harmonies of #B15248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15248

Black with #B15248

Text Example


Text Example

White with #B15248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15248; }

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

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

background-color css

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

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

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

border-color css

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

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

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