Html Css Color HEX #B93468 Rouge

📋 copy color: '#B93468'

red 185 ◦ green 52 ◦ blue 104

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

Shades of Rouge #B93468

Tints of Rouge #B93468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

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

R = 54.25%
G = 15.25%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B93468 (or 0xB93468) is known color: Rouge. HEX triplet: B9, 34 and 68. RGB value is (185,52,104). Sum of RGB (Red+Green+Blue) = 185+52+104=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B93468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93468 is #46CB97. Grayscale: #616161. Windows color (decimal): -4639640 or 6829241. OLE color: 6829241.

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

Color convert

RGB 185 52 104 -
CMYK 0 0.72 0.44 0.27
HSL 336.54º 0.56% 0.46% -
HSV(B) 336.54º 0.72% 0.73% -
XYZ 23.73 13.77 14.5 -
YUV 97.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 185 52 104 0 0.72 0.44 0.27 336.54 0.56 0.46
Hex B9 34 68 0 48 2C 1B 151 38 2E
Octal 271 64 150 0 110 54 33 521 70 56
Binary 10111001 110100 1101000 0 1001000 101100 11011 101010001 111000 101110

Color Harmonies of #B93468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93468

Black with #B93468

Text Example


Text Example

White with #B93468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93468; }

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

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

background-color css

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

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

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

border-color css

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

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

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