Html Css Color HEX #B05D54 Apple Blossom

📋 copy color: '#B05D54'

red 176 ◦ green 93 ◦ blue 84

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

Shades of Apple Blossom #B05D54

Tints of Apple Blossom #B05D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

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

R = 49.86%
G = 26.35%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B05D54 (or 0xB05D54) is known color: Apple Blossom. HEX triplet: B0, 5D and 54. RGB value is (176,93,84). Sum of RGB (Red+Green+Blue) = 176+93+84=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D54 is #4FA2AB. Grayscale: #747474. Windows color (decimal): -5218988 or 5529008. OLE color: 5529008.

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

Color convert

RGB 176 93 84 -
CMYK 0 0.47 0.52 0.31
HSL 5.87º 0.37% 0.51% -
HSV(B) 5.87º 0.52% 0.69% -
XYZ 23.42 17.7 10.57 -
YUV 116.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 176 93 84 0 0.47 0.52 0.31 5.87 0.37 0.51
Hex B0 5D 54 0 2F 34 1F 6 25 33
Octal 260 135 124 0 57 64 37 6 45 63
Binary 10110000 1011101 1010100 0 101111 110100 11111 110 100101 110011

Color Harmonies of #B05D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D54

Black with #B05D54

Text Example


Text Example

White with #B05D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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