Html Css Color HEX #B2564C Apple Blossom

📋 copy color: '#B2564C'

red 178 ◦ green 86 ◦ blue 76

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

Shades of Apple Blossom #B2564C

Tints of Apple Blossom #B2564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

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

R = 52.35%
G = 25.29%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2564C (or 0xB2564C) is known color: Apple Blossom. HEX triplet: B2, 56 and 4C. RGB value is (178,86,76). Sum of RGB (Red+Green+Blue) = 178+86+76=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2564C is #4DA9B3. Grayscale: #707070. Windows color (decimal): -5089716 or 5002930. OLE color: 5002930.

HSL color Cylindrical-coordinate representation of color #B2564C: hue angle of 5.88º 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 #B2564C is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 76 -
CMYK 0 0.52 0.57 0.30
HSL 5.88º 0.4% 0.5% -
HSV(B) 5.88º 0.57% 0.7% -
XYZ 22.99 16.64 8.84 -
YUV 112.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 178 86 76 0 0.52 0.57 0.30 5.88 0.4 0.5
Hex B2 56 4C 0 34 39 1E 6 28 32
Octal 262 126 114 0 64 71 36 6 50 62
Binary 10110010 1010110 1001100 0 110100 111001 11110 110 101000 110010

Color Harmonies of #B2564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2564C

Black with #B2564C

Text Example


Text Example

White with #B2564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2564C; }

 p { color: rgb(178,86,76); }

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

background-color css

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

 a { background-color: rgb(178,86,76); }

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

border-color css

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

 span { border-color: rgb(178,86,76); }

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