Html Css Color HEX #B05144 Apple Blossom

📋 copy color: '#B05144'

red 176 ◦ green 81 ◦ blue 68

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

Shades of Apple Blossom #B05144

Tints of Apple Blossom #B05144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 54.15%
G = 24.92%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B05144 (or 0xB05144) is known color: Apple Blossom. HEX triplet: B0, 51 and 44. RGB value is (176,81,68). Sum of RGB (Red+Green+Blue) = 176+81+68=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B05144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05144 is #4FAEBB. Grayscale: #6C6C6C. Windows color (decimal): -5222076 or 4477360. OLE color: 4477360.

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

Color convert

RGB 176 81 68 -
CMYK 0 0.54 0.61 0.31
HSL 7.22º 0.44% 0.48% -
HSV(B) 7.22º 0.61% 0.69% -
XYZ 21.89 15.53 7.31 -
YUV 107.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 176 81 68 0 0.54 0.61 0.31 7.22 0.44 0.48
Hex B0 51 44 0 36 3D 1F 7 2C 30
Octal 260 121 104 0 66 75 37 7 54 60
Binary 10110000 1010001 1000100 0 110110 111101 11111 111 101100 110000

Color Harmonies of #B05144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05144

Black with #B05144

Text Example


Text Example

White with #B05144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05144; }

 p { color: rgb(176,81,68); }

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

background-color css

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

 a { background-color: rgb(176,81,68); }

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

border-color css

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

 span { border-color: rgb(176,81,68); }

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