Html Css Color HEX #B25544 Apple Blossom

📋 copy color: '#B25544'

red 178 ◦ green 85 ◦ blue 68

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

Shades of Apple Blossom #B25544

Tints of Apple Blossom #B25544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 53.78%
G = 25.68%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B25544 (or 0xB25544) is known color: Apple Blossom. HEX triplet: B2, 55 and 44. RGB value is (178,85,68). Sum of RGB (Red+Green+Blue) = 178+85+68=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B25544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25544 is #4DAABB. Grayscale: #6F6F6F. Windows color (decimal): -5089980 or 4478386. OLE color: 4478386.

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

Color convert

RGB 178 85 68 -
CMYK 0 0.52 0.62 0.30
HSL 9.27º 0.45% 0.48% -
HSV(B) 9.27º 0.62% 0.7% -
XYZ 22.65 16.38 7.44 -
YUV 110.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 178 85 68 0 0.52 0.62 0.30 9.27 0.45 0.48
Hex B2 55 44 0 34 3E 1E 9 2D 30
Octal 262 125 104 0 64 76 36 11 55 60
Binary 10110010 1010101 1000100 0 110100 111110 11110 1001 101101 110000

Color Harmonies of #B25544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25544

Black with #B25544

Text Example


Text Example

White with #B25544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25544; }

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

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

background-color css

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

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

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

border-color css

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

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

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