Html Css Color HEX #B0554E Apple Blossom

📋 copy color: '#B0554E'

red 176 ◦ green 85 ◦ blue 78

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

Shades of Apple Blossom #B0554E

Tints of Apple Blossom #B0554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 51.92%
G = 25.07%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0554E (or 0xB0554E) is known color: Apple Blossom. HEX triplet: B0, 55 and 4E. RGB value is (176,85,78). Sum of RGB (Red+Green+Blue) = 176+85+78=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0554E is #4FAAB1. Grayscale: #6F6F6F. Windows color (decimal): -5221042 or 5133744. OLE color: 5133744.

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

Color convert

RGB 176 85 78 -
CMYK 0 0.52 0.56 0.31
HSL 4.29º 0.39% 0.5% -
HSV(B) 4.29º 0.56% 0.69% -
XYZ 22.53 16.28 9.16 -
YUV 111.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 176 85 78 0 0.52 0.56 0.31 4.29 0.39 0.5
Hex B0 55 4E 0 34 38 1F 4 27 32
Octal 260 125 116 0 64 70 37 4 47 62
Binary 10110000 1010101 1001110 0 110100 111000 11111 100 100111 110010

Color Harmonies of #B0554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0554E

Black with #B0554E

Text Example


Text Example

White with #B0554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0554E; }

 p { color: rgb(176,85,78); }

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

background-color css

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

 a { background-color: rgb(176,85,78); }

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

border-color css

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

 span { border-color: rgb(176,85,78); }

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