Html Css Color HEX #B93066 Rouge

📋 copy color: '#B93066'

red 185 ◦ green 48 ◦ blue 102

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

Shades of Rouge #B93066

Tints of Rouge #B93066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 55.22%
G = 14.33%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B93066 (or 0xB93066) is known color: Rouge. HEX triplet: B9, 30 and 66. RGB value is (185,48,102). Sum of RGB (Red+Green+Blue) = 185+48+102=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B93066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93066 is #46CF99. Grayscale: #5F5F5F. Windows color (decimal): -4640666 or 6697145. OLE color: 6697145.

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

Color convert

RGB 185 48 102 -
CMYK 0 0.74 0.45 0.27
HSL 336.35º 0.59% 0.46% -
HSV(B) 336.35º 0.74% 0.73% -
XYZ 23.46 13.39 13.92 -
YUV 95.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 185 48 102 0 0.74 0.45 0.27 336.35 0.59 0.46
Hex B9 30 66 0 4A 2D 1B 150 3B 2E
Octal 271 60 146 0 112 55 33 520 73 56
Binary 10111001 110000 1100110 0 1001010 101101 11011 101010000 111011 101110

Color Harmonies of #B93066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93066

Black with #B93066

Text Example


Text Example

White with #B93066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93066; }

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

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

background-color css

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

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

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

border-color css

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

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

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