Html Css Color HEX #B05849 Apple Blossom

📋 copy color: '#B05849'

red 176 ◦ green 88 ◦ blue 73

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

Shades of Apple Blossom #B05849

Tints of Apple Blossom #B05849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 52.23%
G = 26.11%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B05849 (or 0xB05849) is known color: Apple Blossom. HEX triplet: B0, 58 and 49. RGB value is (176,88,73). Sum of RGB (Red+Green+Blue) = 176+88+73=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B05849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05849 is #4FA7B6. Grayscale: #707070. Windows color (decimal): -5220279 or 4806832. OLE color: 4806832.

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

Color convert

RGB 176 88 73 -
CMYK 0 0.50 0.59 0.31
HSL 8.74º 0.41% 0.49% -
HSV(B) 8.74º 0.59% 0.69% -
XYZ 22.6 16.69 8.33 -
YUV 112.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 176 88 73 0 0.50 0.59 0.31 8.74 0.41 0.49
Hex B0 58 49 0 32 3B 1F 9 29 31
Octal 260 130 111 0 62 73 37 11 51 61
Binary 10110000 1011000 1001001 0 110010 111011 11111 1001 101001 110001

Color Harmonies of #B05849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05849

Black with #B05849

Text Example


Text Example

White with #B05849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05849; }

 p { color: rgb(176,88,73); }

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

background-color css

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

 a { background-color: rgb(176,88,73); }

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

border-color css

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

 span { border-color: rgb(176,88,73); }

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