Html Css Color HEX #B05A52 Apple Blossom

📋 copy color: '#B05A52'

red 176 ◦ green 90 ◦ blue 82

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

Shades of Apple Blossom #B05A52

Tints of Apple Blossom #B05A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.56%

R = 50.57%
G = 25.86%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B05A52 (or 0xB05A52) is known color: Apple Blossom. HEX triplet: B0, 5A and 52. RGB value is (176,90,82). Sum of RGB (Red+Green+Blue) = 176+90+82=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A52 is #4FA5AD. Grayscale: #727272. Windows color (decimal): -5219758 or 5397168. OLE color: 5397168.

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

Color convert

RGB 176 90 82 -
CMYK 0 0.49 0.53 0.31
HSL 5.11º 0.37% 0.51% -
HSV(B) 5.11º 0.53% 0.69% -
XYZ 23.08 17.15 10.08 -
YUV 114.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 176 90 82 0 0.49 0.53 0.31 5.11 0.37 0.51
Hex B0 5A 52 0 31 35 1F 5 25 33
Octal 260 132 122 0 61 65 37 5 45 63
Binary 10110000 1011010 1010010 0 110001 110101 11111 101 100101 110011

Color Harmonies of #B05A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A52

Black with #B05A52

Text Example


Text Example

White with #B05A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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