Html Css Color HEX #B05D58 Apple Blossom

📋 copy color: '#B05D58'

red 176 ◦ green 93 ◦ blue 88

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

Shades of Apple Blossom #B05D58

Tints of Apple Blossom #B05D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 49.3%
G = 26.05%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B05D58 (or 0xB05D58) is known color: Apple Blossom. HEX triplet: B0, 5D and 58. RGB value is (176,93,88). Sum of RGB (Red+Green+Blue) = 176+93+88=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D58 is #4FA2A7. Grayscale: #757575. Windows color (decimal): -5218984 or 5791152. OLE color: 5791152.

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

Color convert

RGB 176 93 88 -
CMYK 0 0.47 0.50 0.31
HSL 3.41º 0.36% 0.52% -
HSV(B) 3.41º 0.5% 0.69% -
XYZ 23.58 17.76 11.42 -
YUV 117.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 176 93 88 0 0.47 0.50 0.31 3.41 0.36 0.52
Hex B0 5D 58 0 2F 32 1F 3 24 34
Octal 260 135 130 0 57 62 37 3 44 64
Binary 10110000 1011101 1011000 0 101111 110010 11111 11 100100 110100

Color Harmonies of #B05D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D58

Black with #B05D58

Text Example


Text Example

White with #B05D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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