Html Css Color HEX #B05453 Apple Blossom

📋 copy color: '#B05453'

red 176 ◦ green 84 ◦ blue 83

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

Shades of Apple Blossom #B05453

Tints of Apple Blossom #B05453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 51.31%
G = 24.49%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B05453 (or 0xB05453) is known color: Apple Blossom. HEX triplet: B0, 54 and 53. RGB value is (176,84,83). Sum of RGB (Red+Green+Blue) = 176+84+83=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B05453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05453 is #4FABAC. Grayscale: #6F6F6F. Windows color (decimal): -5221293 or 5461168. OLE color: 5461168.

HSL color Cylindrical-coordinate representation of color #B05453: hue angle of 0.65º 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 #B05453 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 83 -
CMYK 0 0.52 0.53 0.31
HSL 0.65º 0.37% 0.51% -
HSV(B) 0.65º 0.53% 0.69% -
XYZ 22.64 16.2 10.12 -
YUV 111.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 176 84 83 0 0.52 0.53 0.31 0.65 0.37 0.51
Hex B0 54 53 0 34 35 1F 1 25 33
Octal 260 124 123 0 64 65 37 1 45 63
Binary 10110000 1010100 1010011 0 110100 110101 11111 1 100101 110011

Color Harmonies of #B05453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05453

Black with #B05453

Text Example


Text Example

White with #B05453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05453; }

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

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

background-color css

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

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

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

border-color css

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

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

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