Html Css Color HEX #B93862 Rouge

📋 copy color: '#B93862'

red 185 ◦ green 56 ◦ blue 98

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

Shades of Rouge #B93862

Tints of Rouge #B93862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.52%

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

R = 54.57%
G = 16.52%
B = 28.91%

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

#B93862 (or 0xB93862) is known color: Rouge. HEX triplet: B9, 38 and 62. RGB value is (185,56,98). Sum of RGB (Red+Green+Blue) = 185+56+98=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93862 is #46C79D. Grayscale: #636363. Windows color (decimal): -4638622 or 6437049. OLE color: 6437049.

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

Color convert

RGB 185 56 98 -
CMYK 0 0.70 0.47 0.27
HSL 340.47º 0.54% 0.47% -
HSV(B) 340.47º 0.7% 0.73% -
XYZ 23.63 14.02 13.02 -
YUV 99.36 127.24 189.08 -
System Red Green Blue C M Y K H S L
Decimal 185 56 98 0 0.70 0.47 0.27 340.47 0.54 0.47
Hex B9 38 62 0 46 2F 1B 154 36 2F
Octal 271 70 142 0 106 57 33 524 66 57
Binary 10111001 111000 1100010 0 1000110 101111 11011 101010100 110110 101111

Color Harmonies of #B93862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93862

Black with #B93862

Text Example


Text Example

White with #B93862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93862; }

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

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

background-color css

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

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

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

border-color css

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

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

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