Html Css Color HEX #B95A68 Blush

📋 copy color: '#B95A68'

red 185 ◦ green 90 ◦ blue 104

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

Shades of Blush #B95A68

Tints of Blush #B95A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

 BLUE value IS 104 (41.02% from 255) = 27.44%

R = 48.81%
G = 23.75%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B95A68 (or 0xB95A68) is known color: Blush. HEX triplet: B9, 5A and 68. RGB value is (185,90,104). Sum of RGB (Red+Green+Blue) = 185+90+104=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A68 is #46A597. Grayscale: #787878. Windows color (decimal): -4629912 or 6838969. OLE color: 6838969.

HSL color Cylindrical-coordinate representation of color #B95A68: hue angle of 351.16º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95A68 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 90 104 -
CMYK 0 0.51 0.44 0.27
HSL 351.16º 0.4% 0.54% -
HSV(B) 351.16º 0.51% 0.73% -
XYZ 26.16 18.63 15.31 -
YUV 120 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 185 90 104 0 0.51 0.44 0.27 351.16 0.4 0.54
Hex B9 5A 68 0 33 2C 1B 15F 28 36
Octal 271 132 150 0 63 54 33 537 50 66
Binary 10111001 1011010 1101000 0 110011 101100 11011 101011111 101000 110110

Color Harmonies of #B95A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A68

Black with #B95A68

Text Example


Text Example

White with #B95A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A68; }

 p { color: rgb(185,90,104); }

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

background-color css

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

 a { background-color: rgb(185,90,104); }

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

border-color css

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

 span { border-color: rgb(185,90,104); }

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