Html Css Color HEX #B95C73 Blush

📋 copy color: '#B95C73'

red 185 ◦ green 92 ◦ blue 115

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

Shades of Blush #B95C73

Tints of Blush #B95C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 47.19%
G = 23.47%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B95C73 (or 0xB95C73) is known color: Blush. HEX triplet: B9, 5C and 73. RGB value is (185,92,115). Sum of RGB (Red+Green+Blue) = 185+92+115=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C73 is #46A38C. Grayscale: #7A7A7A. Windows color (decimal): -4629389 or 7560377. OLE color: 7560377.

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

Color convert

RGB 185 92 115 -
CMYK 0 0.50 0.38 0.27
HSL 345.16º 0.4% 0.54% -
HSV(B) 345.16º 0.5% 0.73% -
XYZ 26.93 19.21 18.51 -
YUV 122.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 185 92 115 0 0.50 0.38 0.27 345.16 0.4 0.54
Hex B9 5C 73 0 32 26 1B 159 28 36
Octal 271 134 163 0 62 46 33 531 50 66
Binary 10111001 1011100 1110011 0 110010 100110 11011 101011001 101000 110110

Color Harmonies of #B95C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C73

Black with #B95C73

Text Example


Text Example

White with #B95C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C73; }

 p { color: rgb(185,92,115); }

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

background-color css

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

 a { background-color: rgb(185,92,115); }

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

border-color css

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

 span { border-color: rgb(185,92,115); }

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