Html Css Color HEX #B95262 Blush

📋 copy color: '#B95262'

red 185 ◦ green 82 ◦ blue 98

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

Shades of Blush #B95262

Tints of Blush #B95262

RGB

 RED value IS 185 (72.66% from 255) = 50.68%

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

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 50.68%
G = 22.47%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B95262 (or 0xB95262) is known color: Blush. HEX triplet: B9, 52 and 62. RGB value is (185,82,98). Sum of RGB (Red+Green+Blue) = 185+82+98=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B95262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95262 is #46AD9D. Grayscale: #727272. Windows color (decimal): -4631966 or 6443705. OLE color: 6443705.

HSL color Cylindrical-coordinate representation of color #B95262: hue angle of 350.68º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95262 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 98 -
CMYK 0 0.56 0.47 0.27
HSL 350.68º 0.42% 0.52% -
HSV(B) 350.68º 0.56% 0.73% -
XYZ 25.23 17.23 13.55 -
YUV 114.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 185 82 98 0 0.56 0.47 0.27 350.68 0.42 0.52
Hex B9 52 62 0 38 2F 1B 15F 2A 34
Octal 271 122 142 0 70 57 33 537 52 64
Binary 10111001 1010010 1100010 0 111000 101111 11011 101011111 101010 110100

Color Harmonies of #B95262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95262

Black with #B95262

Text Example


Text Example

White with #B95262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95262; }

 p { color: rgb(185,82,98); }

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

background-color css

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

 a { background-color: rgb(185,82,98); }

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

border-color css

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

 span { border-color: rgb(185,82,98); }

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