Html Css Color HEX #B25269 Blush

📋 copy color: '#B25269'

red 178 ◦ green 82 ◦ blue 105

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

Shades of Blush #B25269

Tints of Blush #B25269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.77%

R = 48.77%
G = 22.47%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B25269 (or 0xB25269) is known color: Blush. HEX triplet: B2, 52 and 69. RGB value is (178,82,105). Sum of RGB (Red+Green+Blue) = 178+82+105=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B25269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25269 is #4DAD96. Grayscale: #717171. Windows color (decimal): -5090711 or 6902450. OLE color: 6902450.

HSL color Cylindrical-coordinate representation of color #B25269: hue angle of 345.62º 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 #B25269 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 82 105 -
CMYK 0 0.54 0.41 0.30
HSL 345.63º 0.38% 0.51% -
HSV(B) 345.63º 0.54% 0.7% -
XYZ 23.93 16.52 15.29 -
YUV 113.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 178 82 105 0 0.54 0.41 0.30 345.63 0.38 0.51
Hex B2 52 69 0 36 29 1E 15A 26 33
Octal 262 122 151 0 66 51 36 532 46 63
Binary 10110010 1010010 1101001 0 110110 101001 11110 101011010 100110 110011

Color Harmonies of #B25269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25269

Black with #B25269

Text Example


Text Example

White with #B25269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25269; }

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

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

background-color css

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

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

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

border-color css

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

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

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