Html Css Color HEX #B25547 Apple Blossom

📋 copy color: '#B25547'

red 178 ◦ green 85 ◦ blue 71

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

Shades of Apple Blossom #B25547

Tints of Apple Blossom #B25547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.26%

R = 53.29%
G = 25.45%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B25547 (or 0xB25547) is known color: Apple Blossom. HEX triplet: B2, 55 and 47. RGB value is (178,85,71). Sum of RGB (Red+Green+Blue) = 178+85+71=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B25547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25547 is #4DAAB8. Grayscale: #6F6F6F. Windows color (decimal): -5089977 or 4674994. OLE color: 4674994.

HSL color Cylindrical-coordinate representation of color #B25547: hue angle of 7.85º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25547 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 71 -
CMYK 0 0.52 0.60 0.30
HSL 7.85º 0.43% 0.49% -
HSV(B) 7.85º 0.6% 0.7% -
XYZ 22.75 16.42 7.93 -
YUV 111.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 178 85 71 0 0.52 0.60 0.30 7.85 0.43 0.49
Hex B2 55 47 0 34 3C 1E 8 2B 31
Octal 262 125 107 0 64 74 36 10 53 61
Binary 10110010 1010101 1000111 0 110100 111100 11110 1000 101011 110001

Color Harmonies of #B25547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25547

Black with #B25547

Text Example


Text Example

White with #B25547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25547; }

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

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

background-color css

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

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

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

border-color css

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

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

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