Html Css Color HEX #B93068 Rouge

📋 copy color: '#B93068'

red 185 ◦ green 48 ◦ blue 104

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

Shades of Rouge #B93068

Tints of Rouge #B93068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 54.9%
G = 14.24%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B93068 (or 0xB93068) is known color: Rouge. HEX triplet: B9, 30 and 68. RGB value is (185,48,104). Sum of RGB (Red+Green+Blue) = 185+48+104=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B93068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93068 is #46CF97. Grayscale: #5F5F5F. Windows color (decimal): -4640664 or 6828217. OLE color: 6828217.

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

Color convert

RGB 185 48 104 -
CMYK 0 0.74 0.44 0.27
HSL 335.47º 0.59% 0.46% -
HSV(B) 335.47º 0.74% 0.73% -
XYZ 23.56 13.43 14.45 -
YUV 95.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 185 48 104 0 0.74 0.44 0.27 335.47 0.59 0.46
Hex B9 30 68 0 4A 2C 1B 14F 3B 2E
Octal 271 60 150 0 112 54 33 517 73 56
Binary 10111001 110000 1101000 0 1001010 101100 11011 101001111 111011 101110

Color Harmonies of #B93068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93068

Black with #B93068

Text Example


Text Example

White with #B93068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93068; }

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

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

background-color css

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

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

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

border-color css

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

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

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