Html Css Color HEX #B05954 Apple Blossom

📋 copy color: '#B05954'

red 176 ◦ green 89 ◦ blue 84

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

Shades of Apple Blossom #B05954

Tints of Apple Blossom #B05954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

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

R = 50.43%
G = 25.5%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B05954 (or 0xB05954) is known color: Apple Blossom. HEX triplet: B0, 59 and 54. RGB value is (176,89,84). Sum of RGB (Red+Green+Blue) = 176+89+84=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B05954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05954 is #4FA6AB. Grayscale: #727272. Windows color (decimal): -5220012 or 5527984. OLE color: 5527984.

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

Color convert

RGB 176 89 84 -
CMYK 0 0.49 0.52 0.31
HSL 3.26º 0.37% 0.51% -
HSV(B) 3.26º 0.52% 0.69% -
XYZ 23.08 17.01 10.46 -
YUV 114.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 176 89 84 0 0.49 0.52 0.31 3.26 0.37 0.51
Hex B0 59 54 0 31 34 1F 3 25 33
Octal 260 131 124 0 61 64 37 3 45 63
Binary 10110000 1011001 1010100 0 110001 110100 11111 11 100101 110011

Color Harmonies of #B05954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05954

Black with #B05954

Text Example


Text Example

White with #B05954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05954; }

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

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

background-color css

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

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

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

border-color css

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

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

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