Html Css Color HEX #B05654 Apple Blossom

📋 copy color: '#B05654'

red 176 ◦ green 86 ◦ blue 84

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

Shades of Apple Blossom #B05654

Tints of Apple Blossom #B05654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 50.87%
G = 24.86%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B05654 (or 0xB05654) is known color: Apple Blossom. HEX triplet: B0, 56 and 54. RGB value is (176,86,84). Sum of RGB (Red+Green+Blue) = 176+86+84=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B05654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05654 is #4FA9AB. Grayscale: #707070. Windows color (decimal): -5220780 or 5527216. OLE color: 5527216.

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

Color convert

RGB 176 86 84 -
CMYK 0 0.51 0.52 0.31
HSL 1.3º 0.37% 0.51% -
HSV(B) 1.3º 0.52% 0.69% -
XYZ 22.83 16.53 10.37 -
YUV 112.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 176 86 84 0 0.51 0.52 0.31 1.3 0.37 0.51
Hex B0 56 54 0 33 34 1F 1 25 33
Octal 260 126 124 0 63 64 37 1 45 63
Binary 10110000 1010110 1010100 0 110011 110100 11111 1 100101 110011

Color Harmonies of #B05654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05654

Black with #B05654

Text Example


Text Example

White with #B05654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05654; }

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

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

background-color css

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

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

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

border-color css

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

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

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