Html Css Color HEX #B05E55 Apple Blossom

📋 copy color: '#B05E55'

red 176 ◦ green 94 ◦ blue 85

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

Shades of Apple Blossom #B05E55

Tints of Apple Blossom #B05E55

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 49.58%
G = 26.48%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B05E55 (or 0xB05E55) is known color: Apple Blossom. HEX triplet: B0, 5E and 55. RGB value is (176,94,85). Sum of RGB (Red+Green+Blue) = 176+94+85=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05E55 is #4FA1AA. Grayscale: #757575. Windows color (decimal): -5218731 or 5594800. OLE color: 5594800.

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

Color convert

RGB 176 94 85 -
CMYK 0 0.47 0.52 0.31
HSL 5.93º 0.37% 0.51% -
HSV(B) 5.93º 0.52% 0.69% -
XYZ 23.55 17.89 10.81 -
YUV 117.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 176 94 85 0 0.47 0.52 0.31 5.93 0.37 0.51
Hex B0 5E 55 0 2F 34 1F 6 25 33
Octal 260 136 125 0 57 64 37 6 45 63
Binary 10110000 1011110 1010101 0 101111 110100 11111 110 100101 110011

Color Harmonies of #B05E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E55

Black with #B05E55

Text Example


Text Example

White with #B05E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E55; }

 p { color: rgb(176,94,85); }

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

background-color css

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

 a { background-color: rgb(176,94,85); }

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

border-color css

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

 span { border-color: rgb(176,94,85); }

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