Html Css Color HEX #B93666 Rouge

📋 copy color: '#B93666'

red 185 ◦ green 54 ◦ blue 102

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

Shades of Rouge #B93666

Tints of Rouge #B93666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 54.25%
G = 15.84%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B93666 (or 0xB93666) is known color: Rouge. HEX triplet: B9, 36 and 66. RGB value is (185,54,102). Sum of RGB (Red+Green+Blue) = 185+54+102=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B93666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93666 is #46C999. Grayscale: #626262. Windows color (decimal): -4639130 or 6698681. OLE color: 6698681.

HSL color Cylindrical-coordinate representation of color #B93666: hue angle of 338.02º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93666 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 102 -
CMYK 0 0.71 0.45 0.27
HSL 338.02º 0.55% 0.47% -
HSV(B) 338.02º 0.71% 0.73% -
XYZ 23.73 13.91 14.01 -
YUV 98.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 185 54 102 0 0.71 0.45 0.27 338.02 0.55 0.47
Hex B9 36 66 0 47 2D 1B 152 37 2F
Octal 271 66 146 0 107 55 33 522 67 57
Binary 10111001 110110 1100110 0 1000111 101101 11011 101010010 110111 101111

Color Harmonies of #B93666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93666

Black with #B93666

Text Example


Text Example

White with #B93666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93666; }

 p { color: rgb(185,54,102); }

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

background-color css

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

 a { background-color: rgb(185,54,102); }

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

border-color css

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

 span { border-color: rgb(185,54,102); }

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