Html Css Color HEX #B05446 Apple Blossom

📋 copy color: '#B05446'

red 176 ◦ green 84 ◦ blue 70

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

Shades of Apple Blossom #B05446

Tints of Apple Blossom #B05446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 53.33%
G = 25.45%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B05446 (or 0xB05446) is known color: Apple Blossom. HEX triplet: B0, 54 and 46. RGB value is (176,84,70). Sum of RGB (Red+Green+Blue) = 176+84+70=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B05446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05446 is #4FABB9. Grayscale: #6E6E6E. Windows color (decimal): -5221306 or 4609200. OLE color: 4609200.

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

Color convert

RGB 176 84 70 -
CMYK 0 0.52 0.60 0.31
HSL 7.92º 0.43% 0.48% -
HSV(B) 7.92º 0.6% 0.69% -
XYZ 22.18 16.01 7.72 -
YUV 109.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 176 84 70 0 0.52 0.60 0.31 7.92 0.43 0.48
Hex B0 54 46 0 34 3C 1F 8 2B 30
Octal 260 124 106 0 64 74 37 10 53 60
Binary 10110000 1010100 1000110 0 110100 111100 11111 1000 101011 110000

Color Harmonies of #B05446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05446

Black with #B05446

Text Example


Text Example

White with #B05446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05446; }

 p { color: rgb(176,84,70); }

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

background-color css

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

 a { background-color: rgb(176,84,70); }

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

border-color css

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

 span { border-color: rgb(176,84,70); }

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