Html Css Color HEX #B25246 Apple Blossom

📋 copy color: '#B25246'

red 178 ◦ green 82 ◦ blue 70

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

Shades of Apple Blossom #B25246

Tints of Apple Blossom #B25246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 53.94%
G = 24.85%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B25246 (or 0xB25246) is known color: Apple Blossom. HEX triplet: B2, 52 and 46. RGB value is (178,82,70). Sum of RGB (Red+Green+Blue) = 178+82+70=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B25246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25246 is #4DADB9. Grayscale: #6D6D6D. Windows color (decimal): -5090746 or 4608690. OLE color: 4608690.

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

Color convert

RGB 178 82 70 -
CMYK 0 0.54 0.61 0.30
HSL 6.67º 0.44% 0.49% -
HSV(B) 6.67º 0.61% 0.7% -
XYZ 22.48 15.94 7.69 -
YUV 109.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 178 82 70 0 0.54 0.61 0.30 6.67 0.44 0.49
Hex B2 52 46 0 36 3D 1E 7 2C 31
Octal 262 122 106 0 66 75 36 7 54 61
Binary 10110010 1010010 1000110 0 110110 111101 11110 111 101100 110001

Color Harmonies of #B25246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25246

Black with #B25246

Text Example


Text Example

White with #B25246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25246; }

 p { color: rgb(178,82,70); }

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

background-color css

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

 a { background-color: rgb(178,82,70); }

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

border-color css

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

 span { border-color: rgb(178,82,70); }

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