Html Css Color HEX #B25444 Apple Blossom

📋 copy color: '#B25444'

red 178 ◦ green 84 ◦ blue 68

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

Shades of Apple Blossom #B25444

Tints of Apple Blossom #B25444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 53.94%
G = 25.45%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B25444 (or 0xB25444) is known color: Apple Blossom. HEX triplet: B2, 54 and 44. RGB value is (178,84,68). Sum of RGB (Red+Green+Blue) = 178+84+68=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B25444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25444 is #4DABBB. Grayscale: #6E6E6E. Windows color (decimal): -5090236 or 4478130. OLE color: 4478130.

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

Color convert

RGB 178 84 68 -
CMYK 0 0.53 0.62 0.30
HSL 8.73º 0.45% 0.48% -
HSV(B) 8.73º 0.62% 0.7% -
XYZ 22.57 16.22 7.41 -
YUV 110.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 178 84 68 0 0.53 0.62 0.30 8.73 0.45 0.48
Hex B2 54 44 0 35 3E 1E 9 2D 30
Octal 262 124 104 0 65 76 36 11 55 60
Binary 10110010 1010100 1000100 0 110101 111110 11110 1001 101101 110000

Color Harmonies of #B25444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25444

Black with #B25444

Text Example


Text Example

White with #B25444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25444; }

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

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

background-color css

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

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

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

border-color css

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

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

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