Html Css Color HEX #B25266 Blush

📋 copy color: '#B25266'

red 178 ◦ green 82 ◦ blue 102

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

Shades of Blush #B25266

Tints of Blush #B25266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.65%

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 49.17%
G = 22.65%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B25266 (or 0xB25266) is known color: Blush. HEX triplet: B2, 52 and 66. RGB value is (178,82,102). Sum of RGB (Red+Green+Blue) = 178+82+102=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B25266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25266 is #4DAD99. Grayscale: #717171. Windows color (decimal): -5090714 or 6705842. OLE color: 6705842.

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

Color convert

RGB 178 82 102 -
CMYK 0 0.54 0.43 0.30
HSL 347.5º 0.38% 0.51% -
HSV(B) 347.5º 0.54% 0.7% -
XYZ 23.78 16.46 14.49 -
YUV 112.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 178 82 102 0 0.54 0.43 0.30 347.5 0.38 0.51
Hex B2 52 66 0 36 2B 1E 15C 26 33
Octal 262 122 146 0 66 53 36 534 46 63
Binary 10110010 1010010 1100110 0 110110 101011 11110 101011100 100110 110011

Color Harmonies of #B25266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25266

Black with #B25266

Text Example


Text Example

White with #B25266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25266; }

 p { color: rgb(178,82,102); }

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

background-color css

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

 a { background-color: rgb(178,82,102); }

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

border-color css

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

 span { border-color: rgb(178,82,102); }

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