Html Css Color HEX #B95D68 Blush

📋 copy color: '#B95D68'

red 185 ◦ green 93 ◦ blue 104

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

Shades of Blush #B95D68

Tints of Blush #B95D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

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

R = 48.43%
G = 24.35%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B95D68 (or 0xB95D68) is known color: Blush. HEX triplet: B9, 5D and 68. RGB value is (185,93,104). Sum of RGB (Red+Green+Blue) = 185+93+104=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D68 is #46A297. Grayscale: #797979. Windows color (decimal): -4629144 or 6839737. OLE color: 6839737.

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

Color convert

RGB 185 93 104 -
CMYK 0 0.50 0.44 0.27
HSL 352.83º 0.4% 0.55% -
HSV(B) 352.83º 0.5% 0.73% -
XYZ 26.42 19.14 15.4 -
YUV 121.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 185 93 104 0 0.50 0.44 0.27 352.83 0.4 0.55
Hex B9 5D 68 0 32 2C 1B 161 28 37
Octal 271 135 150 0 62 54 33 541 50 67
Binary 10111001 1011101 1101000 0 110010 101100 11011 101100001 101000 110111

Color Harmonies of #B95D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D68

Black with #B95D68

Text Example


Text Example

White with #B95D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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