Html Css Color HEX #B74161 Rouge

📋 copy color: '#B74161'

red 183 ◦ green 65 ◦ blue 97

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

Shades of Rouge #B74161

Tints of Rouge #B74161

RGB

 RED value IS 183 (71.88% from 255) = 53.04%

 GREEN value IS 65 (25.78% from 255) = 18.84%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 53.04%
G = 18.84%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B74161 (or 0xB74161) is known color: Rouge. HEX triplet: B7, 41 and 61. RGB value is (183,65,97). Sum of RGB (Red+Green+Blue) = 183+65+97=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B74161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74161 is #48BE9E. Grayscale: #676767. Windows color (decimal): -4767391 or 6373815. OLE color: 6373815.

HSL color Cylindrical-coordinate representation of color #B74161: hue angle of 343.73º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74161 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 97 -
CMYK 0 0.64 0.47 0.28
HSL 343.73º 0.48% 0.49% -
HSV(B) 343.73º 0.64% 0.72% -
XYZ 23.58 14.71 12.91 -
YUV 103.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 183 65 97 0 0.64 0.47 0.28 343.73 0.48 0.49
Hex B7 41 61 0 40 2F 1C 158 30 31
Octal 267 101 141 0 100 57 34 530 60 61
Binary 10110111 1000001 1100001 0 1000000 101111 11100 101011000 110000 110001

Color Harmonies of #B74161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74161

Black with #B74161

Text Example


Text Example

White with #B74161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74161; }

 p { color: rgb(183,65,97); }

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

background-color css

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

 a { background-color: rgb(183,65,97); }

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

border-color css

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

 span { border-color: rgb(183,65,97); }

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