Html Css Color HEX #B15548 Apple Blossom

📋 copy color: '#B15548'

red 177 ◦ green 85 ◦ blue 72

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

Shades of Apple Blossom #B15548

Tints of Apple Blossom #B15548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

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

R = 52.99%
G = 25.45%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B15548 (or 0xB15548) is known color: Apple Blossom. HEX triplet: B1, 55 and 48. RGB value is (177,85,72). Sum of RGB (Red+Green+Blue) = 177+85+72=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B15548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15548 is #4EAAB7. Grayscale: #6F6F6F. Windows color (decimal): -5155512 or 4740529. OLE color: 4740529.

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

Color convert

RGB 177 85 72 -
CMYK 0 0.52 0.59 0.31
HSL 7.43º 0.42% 0.49% -
HSV(B) 7.43º 0.59% 0.69% -
XYZ 22.55 16.31 8.09 -
YUV 111.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 177 85 72 0 0.52 0.59 0.31 7.43 0.42 0.49
Hex B1 55 48 0 34 3B 1F 7 2A 31
Octal 261 125 110 0 64 73 37 7 52 61
Binary 10110001 1010101 1001000 0 110100 111011 11111 111 101010 110001

Color Harmonies of #B15548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15548

Black with #B15548

Text Example


Text Example

White with #B15548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15548; }

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

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

background-color css

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

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

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

border-color css

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

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

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