Html Css Color HEX #B05C58 Apple Blossom

📋 copy color: '#B05C58'

red 176 ◦ green 92 ◦ blue 88

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

Shades of Apple Blossom #B05C58

Tints of Apple Blossom #B05C58

RGB

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

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

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

R = 49.44%
G = 25.84%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B05C58 (or 0xB05C58) is known color: Apple Blossom. HEX triplet: B0, 5C and 58. RGB value is (176,92,88). Sum of RGB (Red+Green+Blue) = 176+92+88=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C58 is #4FA3A7. Grayscale: #747474. Windows color (decimal): -5219240 or 5790896. OLE color: 5790896.

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

Color convert

RGB 176 92 88 -
CMYK 0 0.48 0.50 0.31
HSL 2.73º 0.36% 0.52% -
HSV(B) 2.73º 0.5% 0.69% -
XYZ 23.49 17.59 11.39 -
YUV 116.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 176 92 88 0 0.48 0.50 0.31 2.73 0.36 0.52
Hex B0 5C 58 0 30 32 1F 3 24 34
Octal 260 134 130 0 60 62 37 3 44 64
Binary 10110000 1011100 1011000 0 110000 110010 11111 11 100100 110100

Color Harmonies of #B05C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C58

Black with #B05C58

Text Example


Text Example

White with #B05C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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