Html Css Color HEX #B05A57 Apple Blossom

📋 copy color: '#B05A57'

red 176 ◦ green 90 ◦ blue 87

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

Shades of Apple Blossom #B05A57

Tints of Apple Blossom #B05A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 87 (34.38% from 255) = 24.65%

R = 49.86%
G = 25.5%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B05A57 (or 0xB05A57) is known color: Apple Blossom. HEX triplet: B0, 5A and 57. RGB value is (176,90,87). Sum of RGB (Red+Green+Blue) = 176+90+87=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A57 is #4FA5A8. Grayscale: #737373. Windows color (decimal): -5219753 or 5724848. OLE color: 5724848.

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

Color convert

RGB 176 90 87 -
CMYK 0 0.49 0.51 0.31
HSL 2.02º 0.36% 0.52% -
HSV(B) 2.02º 0.51% 0.69% -
XYZ 23.28 17.23 11.12 -
YUV 115.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 176 90 87 0 0.49 0.51 0.31 2.02 0.36 0.52
Hex B0 5A 57 0 31 33 1F 2 24 34
Octal 260 132 127 0 61 63 37 2 44 64
Binary 10110000 1011010 1010111 0 110001 110011 11111 10 100100 110100

Color Harmonies of #B05A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A57

Black with #B05A57

Text Example


Text Example

White with #B05A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A57; }

 p { color: rgb(176,90,87); }

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

background-color css

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

 a { background-color: rgb(176,90,87); }

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

border-color css

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

 span { border-color: rgb(176,90,87); }

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