Html Css Color HEX #B92D63 Rouge

📋 copy color: '#B92D63'

red 185 ◦ green 45 ◦ blue 99

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

Shades of Rouge #B92D63

Tints of Rouge #B92D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.68%

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 56.23%
G = 13.68%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B92D63 (or 0xB92D63) is known color: Rouge. HEX triplet: B9, 2D and 63. RGB value is (185,45,99). Sum of RGB (Red+Green+Blue) = 185+45+99=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92D63 is #46D29C. Grayscale: #5C5C5C. Windows color (decimal): -4641437 or 6499769. OLE color: 6499769.

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

Color convert

RGB 185 45 99 -
CMYK 0 0.76 0.46 0.27
HSL 336.86º 0.61% 0.45% -
HSV(B) 336.86º 0.76% 0.73% -
XYZ 23.2 13.09 13.11 -
YUV 93.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 185 45 99 0 0.76 0.46 0.27 336.86 0.61 0.45
Hex B9 2D 63 0 4C 2E 1B 151 3D 2D
Octal 271 55 143 0 114 56 33 521 75 55
Binary 10111001 101101 1100011 0 1001100 101110 11011 101010001 111101 101101

Color Harmonies of #B92D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92D63

Black with #B92D63

Text Example


Text Example

White with #B92D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92D63; }

 p { color: rgb(185,45,99); }

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

background-color css

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

 a { background-color: rgb(185,45,99); }

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

border-color css

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

 span { border-color: rgb(185,45,99); }

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