Html Css Color HEX #B05953 Apple Blossom

📋 copy color: '#B05953'

red 176 ◦ green 89 ◦ blue 83

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

Shades of Apple Blossom #B05953

Tints of Apple Blossom #B05953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.85%

R = 50.57%
G = 25.57%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B05953 (or 0xB05953) is known color: Apple Blossom. HEX triplet: B0, 59 and 53. RGB value is (176,89,83). Sum of RGB (Red+Green+Blue) = 176+89+83=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B05953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05953 is #4FA6AC. Grayscale: #727272. Windows color (decimal): -5220013 or 5462448. OLE color: 5462448.

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

Color convert

RGB 176 89 83 -
CMYK 0 0.49 0.53 0.31
HSL 3.87º 0.37% 0.51% -
HSV(B) 3.87º 0.53% 0.69% -
XYZ 23.04 17 10.25 -
YUV 114.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 176 89 83 0 0.49 0.53 0.31 3.87 0.37 0.51
Hex B0 59 53 0 31 35 1F 4 25 33
Octal 260 131 123 0 61 65 37 4 45 63
Binary 10110000 1011001 1010011 0 110001 110101 11111 100 100101 110011

Color Harmonies of #B05953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05953

Black with #B05953

Text Example


Text Example

White with #B05953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05953; }

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

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

background-color css

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

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

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

border-color css

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

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

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