Html Css Color HEX #B05555 Apple Blossom

📋 copy color: '#B05555'

red 176 ◦ green 85 ◦ blue 85

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

Shades of Apple Blossom #B05555

Tints of Apple Blossom #B05555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

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

R = 50.87%
G = 24.57%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B05555 (or 0xB05555) is known color: Apple Blossom. HEX triplet: B0, 55 and 55. RGB value is (176,85,85). Sum of RGB (Red+Green+Blue) = 176+85+85=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B05555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05555 is #4FAAAA. Grayscale: #707070. Windows color (decimal): -5221035 or 5592496. OLE color: 5592496.

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

Color convert

RGB 176 85 85 -
CMYK 0 0.52 0.52 0.31
HSL 0.37% 0.51% -
HSV(B) 0.52% 0.69% -
XYZ 22.79 16.38 10.56 -
YUV 112.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 176 85 85 0 0.52 0.52 0.31 0 0.37 0.51
Hex B0 55 55 0 34 34 1F 0 25 33
Octal 260 125 125 0 64 64 37 0 45 63
Binary 10110000 1010101 1010101 0 110100 110100 11111 0 100101 110011

Color Harmonies of #B05555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05555

Black with #B05555

Text Example


Text Example

White with #B05555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05555; }

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

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

background-color css

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

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

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

border-color css

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

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

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