Html Css Color HEX #B05A59 Apple Blossom

📋 copy color: '#B05A59'

red 176 ◦ green 90 ◦ blue 89

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

Shades of Apple Blossom #B05A59

Tints of Apple Blossom #B05A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 49.58%
G = 25.35%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B05A59 (or 0xB05A59) is known color: Apple Blossom. HEX triplet: B0, 5A and 59. RGB value is (176,90,89). Sum of RGB (Red+Green+Blue) = 176+90+89=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A59 is #4FA5A6. Grayscale: #737373. Windows color (decimal): -5219751 or 5855920. OLE color: 5855920.

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

Color convert

RGB 176 90 89 -
CMYK 0 0.49 0.49 0.31
HSL 0.69º 0.36% 0.52% -
HSV(B) 0.69º 0.49% 0.69% -
XYZ 23.36 17.26 11.55 -
YUV 115.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 176 90 89 0 0.49 0.49 0.31 0.69 0.36 0.52
Hex B0 5A 59 0 31 31 1F 1 24 34
Octal 260 132 131 0 61 61 37 1 44 64
Binary 10110000 1011010 1011001 0 110001 110001 11111 1 100100 110100

Color Harmonies of #B05A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A59

Black with #B05A59

Text Example


Text Example

White with #B05A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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