Html Css Color HEX #B93D68 Rouge

📋 copy color: '#B93D68'

red 185 ◦ green 61 ◦ blue 104

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

Shades of Rouge #B93D68

Tints of Rouge #B93D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

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

R = 52.86%
G = 17.43%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B93D68 (or 0xB93D68) is known color: Rouge. HEX triplet: B9, 3D and 68. RGB value is (185,61,104). Sum of RGB (Red+Green+Blue) = 185+61+104=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D68 is #46C297. Grayscale: #666666. Windows color (decimal): -4637336 or 6831545. OLE color: 6831545.

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

Color convert

RGB 185 61 104 -
CMYK 0 0.67 0.44 0.27
HSL 339.19º 0.5% 0.48% -
HSV(B) 339.19º 0.67% 0.73% -
XYZ 24.18 14.65 14.65 -
YUV 102.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 185 61 104 0 0.67 0.44 0.27 339.19 0.5 0.48
Hex B9 3D 68 0 43 2C 1B 153 32 30
Octal 271 75 150 0 103 54 33 523 62 60
Binary 10111001 111101 1101000 0 1000011 101100 11011 101010011 110010 110000

Color Harmonies of #B93D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D68

Black with #B93D68

Text Example


Text Example

White with #B93D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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