Html Css Color HEX #B25366 Blush

📋 copy color: '#B25366'

red 178 ◦ green 83 ◦ blue 102

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

Shades of Blush #B25366

Tints of Blush #B25366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

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

R = 49.04%
G = 22.87%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B25366 (or 0xB25366) is known color: Blush. HEX triplet: B2, 53 and 66. RGB value is (178,83,102). Sum of RGB (Red+Green+Blue) = 178+83+102=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B25366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25366 is #4DAC99. Grayscale: #717171. Windows color (decimal): -5090458 or 6706098. OLE color: 6706098.

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

Color convert

RGB 178 83 102 -
CMYK 0 0.53 0.43 0.30
HSL 348º 0.38% 0.51% -
HSV(B) 348º 0.53% 0.7% -
XYZ 23.85 16.61 14.52 -
YUV 113.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 178 83 102 0 0.53 0.43 0.30 348 0.38 0.51
Hex B2 53 66 0 35 2B 1E 15C 26 33
Octal 262 123 146 0 65 53 36 534 46 63
Binary 10110010 1010011 1100110 0 110101 101011 11110 101011100 100110 110011

Color Harmonies of #B25366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25366

Black with #B25366

Text Example


Text Example

White with #B25366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25366; }

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

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

background-color css

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

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

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

border-color css

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

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

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