Html Css Color HEX #B05D56 Apple Blossom

📋 copy color: '#B05D56'

red 176 ◦ green 93 ◦ blue 86

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

Shades of Apple Blossom #B05D56

Tints of Apple Blossom #B05D56

RGB

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

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

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

R = 49.58%
G = 26.2%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B05D56 (or 0xB05D56) is known color: Apple Blossom. HEX triplet: B0, 5D and 56. RGB value is (176,93,86). Sum of RGB (Red+Green+Blue) = 176+93+86=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D56 is #4FA2A9. Grayscale: #757575. Windows color (decimal): -5218986 or 5660080. OLE color: 5660080.

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

Color convert

RGB 176 93 86 -
CMYK 0 0.47 0.51 0.31
HSL 4.67º 0.36% 0.51% -
HSV(B) 4.67º 0.51% 0.69% -
XYZ 23.5 17.73 10.99 -
YUV 117.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 176 93 86 0 0.47 0.51 0.31 4.67 0.36 0.51
Hex B0 5D 56 0 2F 33 1F 5 24 33
Octal 260 135 126 0 57 63 37 5 44 63
Binary 10110000 1011101 1010110 0 101111 110011 11111 101 100100 110011

Color Harmonies of #B05D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D56

Black with #B05D56

Text Example


Text Example

White with #B05D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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