Html Css Color HEX #B74162 Rouge

📋 copy color: '#B74162'

red 183 ◦ green 65 ◦ blue 98

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

Shades of Rouge #B74162

Tints of Rouge #B74162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 52.89%
G = 18.79%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B74162 (or 0xB74162) is known color: Rouge. HEX triplet: B7, 41 and 62. RGB value is (183,65,98). Sum of RGB (Red+Green+Blue) = 183+65+98=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B74162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74162 is #48BE9D. Grayscale: #686868. Windows color (decimal): -4767390 or 6439351. OLE color: 6439351.

HSL color Cylindrical-coordinate representation of color #B74162: hue angle of 343.22º 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 #B74162 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 98 -
CMYK 0 0.64 0.46 0.28
HSL 343.22º 0.48% 0.49% -
HSV(B) 343.22º 0.64% 0.72% -
XYZ 23.62 14.73 13.15 -
YUV 104.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 183 65 98 0 0.64 0.46 0.28 343.22 0.48 0.49
Hex B7 41 62 0 40 2E 1C 157 30 31
Octal 267 101 142 0 100 56 34 527 60 61
Binary 10110111 1000001 1100010 0 1000000 101110 11100 101010111 110000 110001

Color Harmonies of #B74162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74162

Black with #B74162

Text Example


Text Example

White with #B74162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74162; }

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

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

background-color css

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

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

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

border-color css

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

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

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