Html Css Color HEX #B05551 Apple Blossom

📋 copy color: '#B05551'

red 176 ◦ green 85 ◦ blue 81

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

Shades of Apple Blossom #B05551

Tints of Apple Blossom #B05551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 51.46%
G = 24.85%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B05551 (or 0xB05551) is known color: Apple Blossom. HEX triplet: B0, 55 and 51. RGB value is (176,85,81). Sum of RGB (Red+Green+Blue) = 176+85+81=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B05551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05551 is #4FAAAE. Grayscale: #6F6F6F. Windows color (decimal): -5221039 or 5330352. OLE color: 5330352.

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

Color convert

RGB 176 85 81 -
CMYK 0 0.52 0.54 0.31
HSL 2.53º 0.38% 0.5% -
HSV(B) 2.53º 0.54% 0.69% -
XYZ 22.64 16.32 9.74 -
YUV 111.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 176 85 81 0 0.52 0.54 0.31 2.53 0.38 0.5
Hex B0 55 51 0 34 36 1F 3 26 32
Octal 260 125 121 0 64 66 37 3 46 62
Binary 10110000 1010101 1010001 0 110100 110110 11111 11 100110 110010

Color Harmonies of #B05551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05551

Black with #B05551

Text Example


Text Example

White with #B05551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05551; }

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

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

background-color css

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

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

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

border-color css

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

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

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