Html Css Color HEX #B2544D Apple Blossom

📋 copy color: '#B2544D'

red 178 ◦ green 84 ◦ blue 77

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

Shades of Apple Blossom #B2544D

Tints of Apple Blossom #B2544D

RGB

 RED value IS 178 (69.92% from 255) = 52.51%

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

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 52.51%
G = 24.78%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2544D (or 0xB2544D) is known color: Apple Blossom. HEX triplet: B2, 54 and 4D. RGB value is (178,84,77). Sum of RGB (Red+Green+Blue) = 178+84+77=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2544D is #4DABB2. Grayscale: #6F6F6F. Windows color (decimal): -5090227 or 5067954. OLE color: 5067954.

HSL color Cylindrical-coordinate representation of color #B2544D: hue angle of 4.16º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2544D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 84 77 -
CMYK 0 0.53 0.57 0.30
HSL 4.16º 0.4% 0.5% -
HSV(B) 4.16º 0.57% 0.7% -
XYZ 22.87 16.34 8.97 -
YUV 111.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 178 84 77 0 0.53 0.57 0.30 4.16 0.4 0.5
Hex B2 54 4D 0 35 39 1E 4 28 32
Octal 262 124 115 0 65 71 36 4 50 62
Binary 10110010 1010100 1001101 0 110101 111001 11110 100 101000 110010

Color Harmonies of #B2544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2544D

Black with #B2544D

Text Example


Text Example

White with #B2544D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2544D; }

 p { color: rgb(178,84,77); }

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

background-color css

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

 a { background-color: rgb(178,84,77); }

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

border-color css

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

 span { border-color: rgb(178,84,77); }

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