Html Css Color HEX #B15C52 Apple Blossom

📋 copy color: '#B15C52'

red 177 ◦ green 92 ◦ blue 82

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

Shades of Apple Blossom #B15C52

Tints of Apple Blossom #B15C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 50.43%
G = 26.21%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B15C52 (or 0xB15C52) is known color: Apple Blossom. HEX triplet: B1, 5C and 52. RGB value is (177,92,82). Sum of RGB (Red+Green+Blue) = 177+92+82=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C52 is #4EA3AD. Grayscale: #747474. Windows color (decimal): -5153710 or 5397681. OLE color: 5397681.

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

Color convert

RGB 177 92 82 -
CMYK 0 0.48 0.54 0.31
HSL 6.32º 0.38% 0.51% -
HSV(B) 6.32º 0.54% 0.69% -
XYZ 23.48 17.61 10.14 -
YUV 116.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 177 92 82 0 0.48 0.54 0.31 6.32 0.38 0.51
Hex B1 5C 52 0 30 36 1F 6 26 33
Octal 261 134 122 0 60 66 37 6 46 63
Binary 10110001 1011100 1010010 0 110000 110110 11111 110 100110 110011

Color Harmonies of #B15C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15C52

Black with #B15C52

Text Example


Text Example

White with #B15C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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