Html Css Color HEX #B93662 Rouge

📋 copy color: '#B93662'

red 185 ◦ green 54 ◦ blue 98

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

Shades of Rouge #B93662

Tints of Rouge #B93662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 54.9%
G = 16.02%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B93662 (or 0xB93662) is known color: Rouge. HEX triplet: B9, 36 and 62. RGB value is (185,54,98). Sum of RGB (Red+Green+Blue) = 185+54+98=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B93662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93662 is #46C99D. Grayscale: #626262. Windows color (decimal): -4639134 or 6436537. OLE color: 6436537.

HSL color Cylindrical-coordinate representation of color #B93662: hue angle of 339.85º 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 #B93662 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 98 -
CMYK 0 0.71 0.47 0.27
HSL 339.85º 0.55% 0.47% -
HSV(B) 339.85º 0.71% 0.73% -
XYZ 23.53 13.83 12.99 -
YUV 98.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 185 54 98 0 0.71 0.47 0.27 339.85 0.55 0.47
Hex B9 36 62 0 47 2F 1B 154 37 2F
Octal 271 66 142 0 107 57 33 524 67 57
Binary 10111001 110110 1100010 0 1000111 101111 11011 101010100 110111 101111

Color Harmonies of #B93662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93662

Black with #B93662

Text Example


Text Example

White with #B93662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93662; }

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

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

background-color css

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

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

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

border-color css

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

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

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