Html Css Color HEX #B25966 Blush

📋 copy color: '#B25966'

red 178 ◦ green 89 ◦ blue 102

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

Shades of Blush #B25966

Tints of Blush #B25966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.12%

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

R = 48.24%
G = 24.12%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B25966 (or 0xB25966) is known color: Blush. HEX triplet: B2, 59 and 66. RGB value is (178,89,102). Sum of RGB (Red+Green+Blue) = 178+89+102=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B25966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25966 is #4DA699. Grayscale: #757575. Windows color (decimal): -5088922 or 6707634. OLE color: 6707634.

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

Color convert

RGB 178 89 102 -
CMYK 0 0.5 0.43 0.30
HSL 351.24º 0.37% 0.52% -
HSV(B) 351.24º 0.5% 0.7% -
XYZ 24.33 17.57 14.68 -
YUV 117.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 178 89 102 0 0.5 0.43 0.30 351.24 0.37 0.52
Hex B2 59 66 0 32 2B 1E 15F 25 34
Octal 262 131 146 0 62 53 36 537 45 64
Binary 10110010 1011001 1100110 0 110010 101011 11110 101011111 100101 110100

Color Harmonies of #B25966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25966

Black with #B25966

Text Example


Text Example

White with #B25966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25966; }

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

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

background-color css

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

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

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

border-color css

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

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

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