Html Css Color HEX #B05C56 Apple Blossom

📋 copy color: '#B05C56'

red 176 ◦ green 92 ◦ blue 86

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

Shades of Apple Blossom #B05C56

Tints of Apple Blossom #B05C56

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

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

 BLUE value IS 86 (33.98% from 255) = 24.29%

R = 49.72%
G = 25.99%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B05C56 (or 0xB05C56) is known color: Apple Blossom. HEX triplet: B0, 5C and 56. RGB value is (176,92,86). Sum of RGB (Red+Green+Blue) = 176+92+86=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C56 is #4FA3A9. Grayscale: #747474. Windows color (decimal): -5219242 or 5659824. OLE color: 5659824.

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

Color convert

RGB 176 92 86 -
CMYK 0 0.48 0.51 0.31
HSL 0.36% 0.51% -
HSV(B) 0.51% 0.69% -
XYZ 23.41 17.56 10.96 -
YUV 116.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 176 92 86 0 0.48 0.51 0.31 4 0.36 0.51
Hex B0 5C 56 0 30 33 1F 4 24 33
Octal 260 134 126 0 60 63 37 4 44 63
Binary 10110000 1011100 1010110 0 110000 110011 11111 100 100100 110011

Color Harmonies of #B05C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C56

Black with #B05C56

Text Example


Text Example

White with #B05C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C56; }

 p { color: rgb(176,92,86); }

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

background-color css

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

 a { background-color: rgb(176,92,86); }

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

border-color css

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

 span { border-color: rgb(176,92,86); }

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