Html Css Color HEX #B93C68 Rouge

📋 copy color: '#B93C68'

red 185 ◦ green 60 ◦ blue 104

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

Shades of Rouge #B93C68

Tints of Rouge #B93C68

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 53.01%
G = 17.19%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B93C68 (or 0xB93C68) is known color: Rouge. HEX triplet: B9, 3C and 68. RGB value is (185,60,104). Sum of RGB (Red+Green+Blue) = 185+60+104=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C68 is #46C397. Grayscale: #666666. Windows color (decimal): -4637592 or 6831289. OLE color: 6831289.

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

Color convert

RGB 185 60 104 -
CMYK 0 0.68 0.44 0.27
HSL 338.88º 0.51% 0.48% -
HSV(B) 338.88º 0.68% 0.73% -
XYZ 24.12 14.55 14.63 -
YUV 102.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 185 60 104 0 0.68 0.44 0.27 338.88 0.51 0.48
Hex B9 3C 68 0 44 2C 1B 153 33 30
Octal 271 74 150 0 104 54 33 523 63 60
Binary 10111001 111100 1101000 0 1000100 101100 11011 101010011 110011 110000

Color Harmonies of #B93C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C68

Black with #B93C68

Text Example


Text Example

White with #B93C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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