Html Css Color HEX #B25856 Apple Blossom

📋 copy color: '#B25856'

red 178 ◦ green 88 ◦ blue 86

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

Shades of Apple Blossom #B25856

Tints of Apple Blossom #B25856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 50.57%
G = 25%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B25856 (or 0xB25856) is known color: Apple Blossom. HEX triplet: B2, 58 and 56. RGB value is (178,88,86). Sum of RGB (Red+Green+Blue) = 178+88+86=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B25856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25856 is #4DA7A9. Grayscale: #727272. Windows color (decimal): -5089194 or 5658802. OLE color: 5658802.

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

Color convert

RGB 178 88 86 -
CMYK 0 0.51 0.52 0.30
HSL 1.3º 0.37% 0.52% -
HSV(B) 1.3º 0.52% 0.7% -
XYZ 23.53 17.12 10.87 -
YUV 114.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 178 88 86 0 0.51 0.52 0.30 1.3 0.37 0.52
Hex B2 58 56 0 33 34 1E 1 25 34
Octal 262 130 126 0 63 64 36 1 45 64
Binary 10110010 1011000 1010110 0 110011 110100 11110 1 100101 110100

Color Harmonies of #B25856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25856

Black with #B25856

Text Example


Text Example

White with #B25856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25856; }

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

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

background-color css

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

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

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

border-color css

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

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

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