Html Css Color HEX #B05955 Apple Blossom

📋 copy color: '#B05955'

red 176 ◦ green 89 ◦ blue 85

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

Shades of Apple Blossom #B05955

Tints of Apple Blossom #B05955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 50.29%
G = 25.43%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B05955 (or 0xB05955) is known color: Apple Blossom. HEX triplet: B0, 59 and 55. RGB value is (176,89,85). Sum of RGB (Red+Green+Blue) = 176+89+85=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B05955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05955 is #4FA6AA. Grayscale: #727272. Windows color (decimal): -5220011 or 5593520. OLE color: 5593520.

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

Color convert

RGB 176 89 85 -
CMYK 0 0.49 0.52 0.31
HSL 2.64º 0.37% 0.51% -
HSV(B) 2.64º 0.52% 0.69% -
XYZ 23.12 17.03 10.66 -
YUV 114.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 176 89 85 0 0.49 0.52 0.31 2.64 0.37 0.51
Hex B0 59 55 0 31 34 1F 3 25 33
Octal 260 131 125 0 61 64 37 3 45 63
Binary 10110000 1011001 1010101 0 110001 110100 11111 11 100101 110011

Color Harmonies of #B05955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05955

Black with #B05955

Text Example


Text Example

White with #B05955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05955; }

 p { color: rgb(176,89,85); }

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

background-color css

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

 a { background-color: rgb(176,89,85); }

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

border-color css

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

 span { border-color: rgb(176,89,85); }

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