Html Css Color HEX #B05141 Apple Blossom

📋 copy color: '#B05141'

red 176 ◦ green 81 ◦ blue 65

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

Shades of Apple Blossom #B05141

Tints of Apple Blossom #B05141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 54.66%
G = 25.16%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B05141 (or 0xB05141) is known color: Apple Blossom. HEX triplet: B0, 51 and 41. RGB value is (176,81,65). Sum of RGB (Red+Green+Blue) = 176+81+65=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B05141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05141 is #4FAEBE. Grayscale: #6B6B6B. Windows color (decimal): -5222079 or 4280752. OLE color: 4280752.

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

Color convert

RGB 176 81 65 -
CMYK 0 0.54 0.63 0.31
HSL 8.65º 0.46% 0.47% -
HSV(B) 8.65º 0.63% 0.69% -
XYZ 21.8 15.5 6.84 -
YUV 107.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 176 81 65 0 0.54 0.63 0.31 8.65 0.46 0.47
Hex B0 51 41 0 36 3F 1F 9 2E 2F
Octal 260 121 101 0 66 77 37 11 56 57
Binary 10110000 1010001 1000001 0 110110 111111 11111 1001 101110 101111

Color Harmonies of #B05141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05141

Black with #B05141

Text Example


Text Example

White with #B05141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05141; }

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

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

background-color css

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

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

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

border-color css

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

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

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