Html Css Color HEX #B74262 Rouge

📋 copy color: '#B74262'

red 183 ◦ green 66 ◦ blue 98

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

Shades of Rouge #B74262

Tints of Rouge #B74262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

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

R = 52.74%
G = 19.02%
B = 28.24%

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

#B74262 (or 0xB74262) is known color: Rouge. HEX triplet: B7, 42 and 62. RGB value is (183,66,98). Sum of RGB (Red+Green+Blue) = 183+66+98=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B74262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74262 is #48BD9D. Grayscale: #686868. Windows color (decimal): -4767134 or 6439607. OLE color: 6439607.

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

Color convert

RGB 183 66 98 -
CMYK 0 0.64 0.46 0.28
HSL 343.59º 0.47% 0.49% -
HSV(B) 343.59º 0.64% 0.72% -
XYZ 23.68 14.85 13.17 -
YUV 104.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 183 66 98 0 0.64 0.46 0.28 343.59 0.47 0.49
Hex B7 42 62 0 40 2E 1C 158 2F 31
Octal 267 102 142 0 100 56 34 530 57 61
Binary 10110111 1000010 1100010 0 1000000 101110 11100 101011000 101111 110001

Color Harmonies of #B74262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74262

Black with #B74262

Text Example


Text Example

White with #B74262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74262; }

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

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

background-color css

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

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

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

border-color css

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

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

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