Html Css Color HEX #B93062 Rouge

📋 copy color: '#B93062'

red 185 ◦ green 48 ◦ blue 98

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

Shades of Rouge #B93062

Tints of Rouge #B93062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

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

R = 55.89%
G = 14.5%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B93062 (or 0xB93062) is known color: Rouge. HEX triplet: B9, 30 and 62. RGB value is (185,48,98). Sum of RGB (Red+Green+Blue) = 185+48+98=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B93062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93062 is #46CF9D. Grayscale: #5E5E5E. Windows color (decimal): -4640670 or 6435001. OLE color: 6435001.

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

Color convert

RGB 185 48 98 -
CMYK 0 0.74 0.47 0.27
HSL 338.1º 0.59% 0.46% -
HSV(B) 338.1º 0.74% 0.73% -
XYZ 23.27 13.31 12.9 -
YUV 94.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 185 48 98 0 0.74 0.47 0.27 338.1 0.59 0.46
Hex B9 30 62 0 4A 2F 1B 152 3B 2E
Octal 271 60 142 0 112 57 33 522 73 56
Binary 10111001 110000 1100010 0 1001010 101111 11011 101010010 111011 101110

Color Harmonies of #B93062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93062

Black with #B93062

Text Example


Text Example

White with #B93062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93062; }

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

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

background-color css

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

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

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

border-color css

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

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

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