Html Css Color HEX #B05653 Apple Blossom

📋 copy color: '#B05653'

red 176 ◦ green 86 ◦ blue 83

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

Shades of Apple Blossom #B05653

Tints of Apple Blossom #B05653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

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

R = 51.01%
G = 24.93%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B05653 (or 0xB05653) is known color: Apple Blossom. HEX triplet: B0, 56 and 53. RGB value is (176,86,83). Sum of RGB (Red+Green+Blue) = 176+86+83=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B05653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05653 is #4FA9AC. Grayscale: #707070. Windows color (decimal): -5220781 or 5461680. OLE color: 5461680.

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

Color convert

RGB 176 86 83 -
CMYK 0 0.51 0.53 0.31
HSL 1.94º 0.37% 0.51% -
HSV(B) 1.94º 0.53% 0.69% -
XYZ 22.79 16.51 10.17 -
YUV 112.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 176 86 83 0 0.51 0.53 0.31 1.94 0.37 0.51
Hex B0 56 53 0 33 35 1F 2 25 33
Octal 260 126 123 0 63 65 37 2 45 63
Binary 10110000 1010110 1010011 0 110011 110101 11111 10 100101 110011

Color Harmonies of #B05653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05653

Black with #B05653

Text Example


Text Example

White with #B05653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05653; }

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

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

background-color css

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

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

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

border-color css

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

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

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