Html Css Color HEX #B73268 Rouge

📋 copy color: '#B73268'

red 183 ◦ green 50 ◦ blue 104

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

Shades of Rouge #B73268

Tints of Rouge #B73268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.84%

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 54.3%
G = 14.84%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B73268 (or 0xB73268) is known color: Rouge. HEX triplet: B7, 32 and 68. RGB value is (183,50,104). Sum of RGB (Red+Green+Blue) = 183+50+104=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B73268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73268 is #48CD97. Grayscale: #5F5F5F. Windows color (decimal): -4771224 or 6828727. OLE color: 6828727.

HSL color Cylindrical-coordinate representation of color #B73268: hue angle of 335.64º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73268 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 50 104 -
CMYK 0 0.73 0.43 0.28
HSL 335.64º 0.57% 0.46% -
HSV(B) 335.64º 0.73% 0.72% -
XYZ 23.17 13.35 14.45 -
YUV 95.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 183 50 104 0 0.73 0.43 0.28 335.64 0.57 0.46
Hex B7 32 68 0 49 2B 1C 150 39 2E
Octal 267 62 150 0 111 53 34 520 71 56
Binary 10110111 110010 1101000 0 1001001 101011 11100 101010000 111001 101110

Color Harmonies of #B73268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73268

Black with #B73268

Text Example


Text Example

White with #B73268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73268; }

 p { color: rgb(183,50,104); }

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

background-color css

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

 a { background-color: rgb(183,50,104); }

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

border-color css

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

 span { border-color: rgb(183,50,104); }

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