Html Css Color HEX #B15D52 Apple Blossom

📋 copy color: '#B15D52'

red 177 ◦ green 93 ◦ blue 82

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

Shades of Apple Blossom #B15D52

Tints of Apple Blossom #B15D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 50.28%
G = 26.42%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B15D52 (or 0xB15D52) is known color: Apple Blossom. HEX triplet: B1, 5D and 52. RGB value is (177,93,82). Sum of RGB (Red+Green+Blue) = 177+93+82=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D52 is #4EA2AD. Grayscale: #747474. Windows color (decimal): -5153454 or 5397937. OLE color: 5397937.

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

Color convert

RGB 177 93 82 -
CMYK 0 0.47 0.54 0.31
HSL 6.95º 0.38% 0.51% -
HSV(B) 6.95º 0.54% 0.69% -
XYZ 23.57 17.79 10.17 -
YUV 116.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 177 93 82 0 0.47 0.54 0.31 6.95 0.38 0.51
Hex B1 5D 52 0 2F 36 1F 7 26 33
Octal 261 135 122 0 57 66 37 7 46 63
Binary 10110001 1011101 1010010 0 101111 110110 11111 111 100110 110011

Color Harmonies of #B15D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D52

Black with #B15D52

Text Example


Text Example

White with #B15D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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