Html Css Color HEX #B0554A Apple Blossom

📋 copy color: '#B0554A'

red 176 ◦ green 85 ◦ blue 74

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

Shades of Apple Blossom #B0554A

Tints of Apple Blossom #B0554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 52.54%
G = 25.37%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0554A (or 0xB0554A) is known color: Apple Blossom. HEX triplet: B0, 55 and 4A. RGB value is (176,85,74). Sum of RGB (Red+Green+Blue) = 176+85+74=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0554A is #4FAAB5. Grayscale: #6F6F6F. Windows color (decimal): -5221046 or 4871600. OLE color: 4871600.

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

Color convert

RGB 176 85 74 -
CMYK 0 0.52 0.58 0.31
HSL 6.47º 0.41% 0.49% -
HSV(B) 6.47º 0.58% 0.69% -
XYZ 22.39 16.22 8.43 -
YUV 110.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 176 85 74 0 0.52 0.58 0.31 6.47 0.41 0.49
Hex B0 55 4A 0 34 3A 1F 6 29 31
Octal 260 125 112 0 64 72 37 6 51 61
Binary 10110000 1010101 1001010 0 110100 111010 11111 110 101001 110001

Color Harmonies of #B0554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0554A

Black with #B0554A

Text Example


Text Example

White with #B0554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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