Html Css Color HEX #B05856 Apple Blossom

📋 copy color: '#B05856'

red 176 ◦ green 88 ◦ blue 86

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

Shades of Apple Blossom #B05856

Tints of Apple Blossom #B05856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.57%

R = 50.29%
G = 25.14%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B05856 (or 0xB05856) is known color: Apple Blossom. HEX triplet: B0, 58 and 56. RGB value is (176,88,86). Sum of RGB (Red+Green+Blue) = 176+88+86=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B05856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05856 is #4FA7A9. Grayscale: #727272. Windows color (decimal): -5220266 or 5658800. OLE color: 5658800.

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

Color convert

RGB 176 88 86 -
CMYK 0 0.50 0.51 0.31
HSL 1.33º 0.36% 0.51% -
HSV(B) 1.33º 0.51% 0.69% -
XYZ 23.07 16.88 10.85 -
YUV 114.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 176 88 86 0 0.50 0.51 0.31 1.33 0.36 0.51
Hex B0 58 56 0 32 33 1F 1 24 33
Octal 260 130 126 0 62 63 37 1 44 63
Binary 10110000 1011000 1010110 0 110010 110011 11111 1 100100 110011

Color Harmonies of #B05856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05856

Black with #B05856

Text Example


Text Example

White with #B05856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05856; }

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

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

background-color css

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

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

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

border-color css

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

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

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