Html Css Color HEX #B73067 Rouge

📋 copy color: '#B73067'

red 183 ◦ green 48 ◦ blue 103

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

Shades of Rouge #B73067

Tints of Rouge #B73067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

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

R = 54.79%
G = 14.37%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B73067 (or 0xB73067) is known color: Rouge. HEX triplet: B7, 30 and 67. RGB value is (183,48,103). Sum of RGB (Red+Green+Blue) = 183+48+103=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B73067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73067 is #48CF98. Grayscale: #5E5E5E. Windows color (decimal): -4771737 or 6762679. OLE color: 6762679.

HSL color Cylindrical-coordinate representation of color #B73067: hue angle of 335.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73067 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 103 -
CMYK 0 0.74 0.44 0.28
HSL 335.56º 0.58% 0.45% -
HSV(B) 335.56º 0.74% 0.72% -
XYZ 23.03 13.16 14.16 -
YUV 94.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 183 48 103 0 0.74 0.44 0.28 335.56 0.58 0.45
Hex B7 30 67 0 4A 2C 1C 150 3A 2D
Octal 267 60 147 0 112 54 34 520 72 55
Binary 10110111 110000 1100111 0 1001010 101100 11100 101010000 111010 101101

Color Harmonies of #B73067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73067

Black with #B73067

Text Example


Text Example

White with #B73067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73067; }

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

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

background-color css

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

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

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

border-color css

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

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

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