Html Css Color HEX #B73265 Rouge

📋 copy color: '#B73265'

red 183 ◦ green 50 ◦ blue 101

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

Shades of Rouge #B73265

Tints of Rouge #B73265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 54.79%
G = 14.97%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B73265 (or 0xB73265) is known color: Rouge. HEX triplet: B7, 32 and 65. RGB value is (183,50,101). Sum of RGB (Red+Green+Blue) = 183+50+101=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B73265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73265 is #48CD9A. Grayscale: #5F5F5F. Windows color (decimal): -4771227 or 6632119. OLE color: 6632119.

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

Color convert

RGB 183 50 101 -
CMYK 0 0.73 0.45 0.28
HSL 336.99º 0.57% 0.46% -
HSV(B) 336.99º 0.73% 0.72% -
XYZ 23.02 13.29 13.66 -
YUV 95.58 131.06 190.35 -
System Red Green Blue C M Y K H S L
Decimal 183 50 101 0 0.73 0.45 0.28 336.99 0.57 0.46
Hex B7 32 65 0 49 2D 1C 151 39 2E
Octal 267 62 145 0 111 55 34 521 71 56
Binary 10110111 110010 1100101 0 1001001 101101 11100 101010001 111001 101110

Color Harmonies of #B73265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73265

Black with #B73265

Text Example


Text Example

White with #B73265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73265; }

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

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

background-color css

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

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

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

border-color css

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

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

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