Html Css Color HEX #B93F65 Rouge

📋 copy color: '#B93F65'

red 185 ◦ green 63 ◦ blue 101

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

Shades of Rouge #B93F65

Tints of Rouge #B93F65

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 53.01%
G = 18.05%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B93F65 (or 0xB93F65) is known color: Rouge. HEX triplet: B9, 3F and 65. RGB value is (185,63,101). Sum of RGB (Red+Green+Blue) = 185+63+101=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F65 is #46C09A. Grayscale: #676767. Windows color (decimal): -4636827 or 6635449. OLE color: 6635449.

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

Color convert

RGB 185 63 101 -
CMYK 0 0.66 0.45 0.27
HSL 341.31º 0.49% 0.49% -
HSV(B) 341.31º 0.66% 0.73% -
XYZ 24.13 14.81 13.9 -
YUV 103.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 185 63 101 0 0.66 0.45 0.27 341.31 0.49 0.49
Hex B9 3F 65 0 42 2D 1B 155 31 31
Octal 271 77 145 0 102 55 33 525 61 61
Binary 10111001 111111 1100101 0 1000010 101101 11011 101010101 110001 110001

Color Harmonies of #B93F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F65

Black with #B93F65

Text Example


Text Example

White with #B93F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F65; }

 p { color: rgb(185,63,101); }

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

background-color css

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

 a { background-color: rgb(185,63,101); }

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

border-color css

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

 span { border-color: rgb(185,63,101); }

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