Html Css Color HEX #B0544C Apple Blossom

📋 copy color: '#B0544C'

red 176 ◦ green 84 ◦ blue 76

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

Shades of Apple Blossom #B0544C

Tints of Apple Blossom #B0544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25%

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 52.38%
G = 25%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0544C (or 0xB0544C) is known color: Apple Blossom. HEX triplet: B0, 54 and 4C. RGB value is (176,84,76). Sum of RGB (Red+Green+Blue) = 176+84+76=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0544C is #4FABB3. Grayscale: #6E6E6E. Windows color (decimal): -5221300 or 5002416. OLE color: 5002416.

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

Color convert

RGB 176 84 76 -
CMYK 0 0.52 0.57 0.31
HSL 4.8º 0.4% 0.49% -
HSV(B) 4.8º 0.57% 0.69% -
XYZ 22.38 16.09 8.76 -
YUV 110.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 176 84 76 0 0.52 0.57 0.31 4.8 0.4 0.49
Hex B0 54 4C 0 34 39 1F 5 28 31
Octal 260 124 114 0 64 71 37 5 50 61
Binary 10110000 1010100 1001100 0 110100 111001 11111 101 101000 110001

Color Harmonies of #B0544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0544C

Black with #B0544C

Text Example


Text Example

White with #B0544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0544C; }

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

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

background-color css

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

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

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

border-color css

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

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

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