Html Css Color HEX #B15446 Apple Blossom

📋 copy color: '#B15446'

red 177 ◦ green 84 ◦ blue 70

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

Shades of Apple Blossom #B15446

Tints of Apple Blossom #B15446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.38%

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 53.47%
G = 25.38%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B15446 (or 0xB15446) is known color: Apple Blossom. HEX triplet: B1, 54 and 46. RGB value is (177,84,70). Sum of RGB (Red+Green+Blue) = 177+84+70=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B15446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15446 is #4EABB9. Grayscale: #6E6E6E. Windows color (decimal): -5155770 or 4609201. OLE color: 4609201.

HSL color Cylindrical-coordinate representation of color #B15446: hue angle of 7.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15446 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 70 -
CMYK 0 0.53 0.60 0.31
HSL 7.85º 0.43% 0.48% -
HSV(B) 7.85º 0.6% 0.69% -
XYZ 22.41 16.13 7.73 -
YUV 110.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 177 84 70 0 0.53 0.60 0.31 7.85 0.43 0.48
Hex B1 54 46 0 35 3C 1F 8 2B 30
Octal 261 124 106 0 65 74 37 10 53 60
Binary 10110001 1010100 1000110 0 110101 111100 11111 1000 101011 110000

Color Harmonies of #B15446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15446

Black with #B15446

Text Example


Text Example

White with #B15446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15446; }

 p { color: rgb(177,84,70); }

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

background-color css

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

 a { background-color: rgb(177,84,70); }

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

border-color css

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

 span { border-color: rgb(177,84,70); }

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