Html Css Color HEX #B2564B Apple Blossom

📋 copy color: '#B2564B'

red 178 ◦ green 86 ◦ blue 75

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

Shades of Apple Blossom #B2564B

Tints of Apple Blossom #B2564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 52.51%
G = 25.37%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2564B (or 0xB2564B) is known color: Apple Blossom. HEX triplet: B2, 56 and 4B. RGB value is (178,86,75). Sum of RGB (Red+Green+Blue) = 178+86+75=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2564B is #4DA9B4. Grayscale: #707070. Windows color (decimal): -5089717 or 4937394. OLE color: 4937394.

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

Color convert

RGB 178 86 75 -
CMYK 0 0.52 0.58 0.30
HSL 6.41º 0.41% 0.5% -
HSV(B) 6.41º 0.58% 0.7% -
XYZ 22.96 16.63 8.66 -
YUV 112.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 178 86 75 0 0.52 0.58 0.30 6.41 0.41 0.5
Hex B2 56 4B 0 34 3A 1E 6 29 32
Octal 262 126 113 0 64 72 36 6 51 62
Binary 10110010 1010110 1001011 0 110100 111010 11110 110 101001 110010

Color Harmonies of #B2564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2564B

Black with #B2564B

Text Example


Text Example

White with #B2564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2564B; }

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

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

background-color css

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

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

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

border-color css

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

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

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