Html Css Color HEX #B25655 Apple Blossom

📋 copy color: '#B25655'

red 178 ◦ green 86 ◦ blue 85

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

Shades of Apple Blossom #B25655

Tints of Apple Blossom #B25655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 51%
G = 24.64%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B25655 (or 0xB25655) is known color: Apple Blossom. HEX triplet: B2, 56 and 55. RGB value is (178,86,85). Sum of RGB (Red+Green+Blue) = 178+86+85=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B25655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25655 is #4DA9AA. Grayscale: #717171. Windows color (decimal): -5089707 or 5592754. OLE color: 5592754.

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

Color convert

RGB 178 86 85 -
CMYK 0 0.52 0.52 0.30
HSL 0.65º 0.38% 0.52% -
HSV(B) 0.65º 0.52% 0.7% -
XYZ 23.33 16.78 10.6 -
YUV 113.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 178 86 85 0 0.52 0.52 0.30 0.65 0.38 0.52
Hex B2 56 55 0 34 34 1E 1 26 34
Octal 262 126 125 0 64 64 36 1 46 64
Binary 10110010 1010110 1010101 0 110100 110100 11110 1 100110 110100

Color Harmonies of #B25655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25655

Black with #B25655

Text Example


Text Example

White with #B25655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25655; }

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

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

background-color css

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

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

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

border-color css

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

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

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