Html Css Color HEX #B25963 Blush

📋 copy color: '#B25963'

red 178 ◦ green 89 ◦ blue 99

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

Shades of Blush #B25963

Tints of Blush #B25963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 48.63%
G = 24.32%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B25963 (or 0xB25963) is known color: Blush. HEX triplet: B2, 59 and 63. RGB value is (178,89,99). Sum of RGB (Red+Green+Blue) = 178+89+99=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B25963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25963 is #4DA69C. Grayscale: #747474. Windows color (decimal): -5088925 or 6511026. OLE color: 6511026.

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

Color convert

RGB 178 89 99 -
CMYK 0 0.5 0.44 0.30
HSL 353.26º 0.37% 0.52% -
HSV(B) 353.26º 0.5% 0.7% -
XYZ 24.18 17.51 13.91 -
YUV 116.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 178 89 99 0 0.5 0.44 0.30 353.26 0.37 0.52
Hex B2 59 63 0 32 2C 1E 161 25 34
Octal 262 131 143 0 62 54 36 541 45 64
Binary 10110010 1011001 1100011 0 110010 101100 11110 101100001 100101 110100

Color Harmonies of #B25963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25963

Black with #B25963

Text Example


Text Example

White with #B25963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25963; }

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

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

background-color css

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

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

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

border-color css

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

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

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