Html Css Color HEX #B93762 Rouge

📋 copy color: '#B93762'

red 185 ◦ green 55 ◦ blue 98

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

Shades of Rouge #B93762

Tints of Rouge #B93762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 54.73%
G = 16.27%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B93762 (or 0xB93762) is known color: Rouge. HEX triplet: B9, 37 and 62. RGB value is (185,55,98). Sum of RGB (Red+Green+Blue) = 185+55+98=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93762 is #46C89D. Grayscale: #626262. Windows color (decimal): -4638878 or 6436793. OLE color: 6436793.

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

Color convert

RGB 185 55 98 -
CMYK 0 0.70 0.47 0.27
HSL 340.15º 0.54% 0.47% -
HSV(B) 340.15º 0.7% 0.73% -
XYZ 23.58 13.93 13 -
YUV 98.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 185 55 98 0 0.70 0.47 0.27 340.15 0.54 0.47
Hex B9 37 62 0 46 2F 1B 154 36 2F
Octal 271 67 142 0 106 57 33 524 66 57
Binary 10111001 110111 1100010 0 1000110 101111 11011 101010100 110110 101111

Color Harmonies of #B93762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93762

Black with #B93762

Text Example


Text Example

White with #B93762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93762; }

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

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

background-color css

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

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

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

border-color css

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

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

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