Html Css Color HEX #B93262 Rouge

📋 copy color: '#B93262'

red 185 ◦ green 50 ◦ blue 98

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

Shades of Rouge #B93262

Tints of Rouge #B93262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

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

R = 55.56%
G = 15.02%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B93262 (or 0xB93262) is known color: Rouge. HEX triplet: B9, 32 and 62. RGB value is (185,50,98). Sum of RGB (Red+Green+Blue) = 185+50+98=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B93262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93262 is #46CD9D. Grayscale: #5F5F5F. Windows color (decimal): -4640158 or 6435513. OLE color: 6435513.

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

Color convert

RGB 185 50 98 -
CMYK 0 0.73 0.47 0.27
HSL 338.67º 0.57% 0.46% -
HSV(B) 338.67º 0.73% 0.73% -
XYZ 23.35 13.48 12.93 -
YUV 95.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 185 50 98 0 0.73 0.47 0.27 338.67 0.57 0.46
Hex B9 32 62 0 49 2F 1B 153 39 2E
Octal 271 62 142 0 111 57 33 523 71 56
Binary 10111001 110010 1100010 0 1001001 101111 11011 101010011 111001 101110

Color Harmonies of #B93262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93262

Black with #B93262

Text Example


Text Example

White with #B93262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93262; }

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

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

background-color css

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

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

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

border-color css

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

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

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