Html Css Color HEX #B25865 Blush

📋 copy color: '#B25865'

red 178 ◦ green 88 ◦ blue 101

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

Shades of Blush #B25865

Tints of Blush #B25865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 48.5%
G = 23.98%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B25865 (or 0xB25865) is known color: Blush. HEX triplet: B2, 58 and 65. RGB value is (178,88,101). Sum of RGB (Red+Green+Blue) = 178+88+101=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B25865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25865 is #4DA79A. Grayscale: #747474. Windows color (decimal): -5089179 or 6641842. OLE color: 6641842.

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

Color convert

RGB 178 88 101 -
CMYK 0 0.51 0.43 0.30
HSL 351.33º 0.37% 0.52% -
HSV(B) 351.33º 0.51% 0.7% -
XYZ 24.2 17.38 14.39 -
YUV 116.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 178 88 101 0 0.51 0.43 0.30 351.33 0.37 0.52
Hex B2 58 65 0 33 2B 1E 15F 25 34
Octal 262 130 145 0 63 53 36 537 45 64
Binary 10110010 1011000 1100101 0 110011 101011 11110 101011111 100101 110100

Color Harmonies of #B25865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25865

Black with #B25865

Text Example


Text Example

White with #B25865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25865; }

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

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

background-color css

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

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

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

border-color css

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

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

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