Html Css Color HEX #B2544E Apple Blossom

📋 copy color: '#B2544E'

red 178 ◦ green 84 ◦ blue 78

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

Shades of Apple Blossom #B2544E

Tints of Apple Blossom #B2544E

RGB

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

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

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

R = 52.35%
G = 24.71%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2544E (or 0xB2544E) is known color: Apple Blossom. HEX triplet: B2, 54 and 4E. RGB value is (178,84,78). Sum of RGB (Red+Green+Blue) = 178+84+78=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2544E is #4DABB1. Grayscale: #6F6F6F. Windows color (decimal): -5090226 or 5133490. OLE color: 5133490.

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

Color convert

RGB 178 84 78 -
CMYK 0 0.53 0.56 0.30
HSL 3.6º 0.39% 0.5% -
HSV(B) 3.6º 0.56% 0.7% -
XYZ 22.91 16.36 9.16 -
YUV 111.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 178 84 78 0 0.53 0.56 0.30 3.6 0.39 0.5
Hex B2 54 4E 0 35 38 1E 4 27 32
Octal 262 124 116 0 65 70 36 4 47 62
Binary 10110010 1010100 1001110 0 110101 111000 11110 100 100111 110010

Color Harmonies of #B2544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2544E

Black with #B2544E

Text Example


Text Example

White with #B2544E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2544E; }

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

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

background-color css

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

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

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

border-color css

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

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

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