Html Css Color HEX #B05858 Apple Blossom

📋 copy color: '#B05858'

red 176 ◦ green 88 ◦ blue 88

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

Shades of Apple Blossom #B05858

Tints of Apple Blossom #B05858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

 BLUE value IS 88 (34.77% from 255) = 25%

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B05858 (or 0xB05858) is known color: Apple Blossom. HEX triplet: B0, 58 and 58. RGB value is (176,88,88). Sum of RGB (Red+Green+Blue) = 176+88+88=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B05858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05858 is #4FA7A7. Grayscale: #727272. Windows color (decimal): -5220264 or 5789872. OLE color: 5789872.

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

Color convert

RGB 176 88 88 -
CMYK 0 0.50 0.50 0.31
HSL 0.36% 0.52% -
HSV(B) 0.5% 0.69% -
XYZ 23.16 16.91 11.28 -
YUV 114.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 176 88 88 0 0.50 0.50 0.31 0 0.36 0.52
Hex B0 58 58 0 32 32 1F 0 24 34
Octal 260 130 130 0 62 62 37 0 44 64
Binary 10110000 1011000 1011000 0 110010 110010 11111 0 100100 110100

Color Harmonies of #B05858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05858

Black with #B05858

Text Example


Text Example

White with #B05858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05858; }

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

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

background-color css

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

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

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

border-color css

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

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

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