Html Css Color HEX #B73267 Rouge

📋 copy color: '#B73267'

red 183 ◦ green 50 ◦ blue 103

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

Shades of Rouge #B73267

Tints of Rouge #B73267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 54.46%
G = 14.88%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B73267 (or 0xB73267) is known color: Rouge. HEX triplet: B7, 32 and 67. RGB value is (183,50,103). Sum of RGB (Red+Green+Blue) = 183+50+103=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B73267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73267 is #48CD98. Grayscale: #5F5F5F. Windows color (decimal): -4771225 or 6763191. OLE color: 6763191.

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

Color convert

RGB 183 50 103 -
CMYK 0 0.73 0.44 0.28
HSL 336.09º 0.57% 0.46% -
HSV(B) 336.09º 0.73% 0.72% -
XYZ 23.12 13.33 14.19 -
YUV 95.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 183 50 103 0 0.73 0.44 0.28 336.09 0.57 0.46
Hex B7 32 67 0 49 2C 1C 150 39 2E
Octal 267 62 147 0 111 54 34 520 71 56
Binary 10110111 110010 1100111 0 1001001 101100 11100 101010000 111001 101110

Color Harmonies of #B73267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73267

Black with #B73267

Text Example


Text Example

White with #B73267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73267; }

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

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

background-color css

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

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

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

border-color css

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

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

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