Html Css Color HEX #B2544A Apple Blossom

📋 copy color: '#B2544A'

red 178 ◦ green 84 ◦ blue 74

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

Shades of Apple Blossom #B2544A

Tints of Apple Blossom #B2544A

RGB

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

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

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

R = 52.98%
G = 25%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2544A (or 0xB2544A) is known color: Apple Blossom. HEX triplet: B2, 54 and 4A. RGB value is (178,84,74). Sum of RGB (Red+Green+Blue) = 178+84+74=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2544A is #4DABB5. Grayscale: #6F6F6F. Windows color (decimal): -5090230 or 4871346. OLE color: 4871346.

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

Color convert

RGB 178 84 74 -
CMYK 0 0.53 0.58 0.30
HSL 5.77º 0.41% 0.49% -
HSV(B) 5.77º 0.58% 0.7% -
XYZ 22.77 16.3 8.42 -
YUV 110.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 178 84 74 0 0.53 0.58 0.30 5.77 0.41 0.49
Hex B2 54 4A 0 35 3A 1E 6 29 31
Octal 262 124 112 0 65 72 36 6 51 61
Binary 10110010 1010100 1001010 0 110101 111010 11110 110 101001 110001

Color Harmonies of #B2544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2544A

Black with #B2544A

Text Example


Text Example

White with #B2544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2544A; }

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

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

background-color css

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

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

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

border-color css

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

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

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