Html Css Color HEX #B72668 Rouge

📋 copy color: '#B72668'

red 183 ◦ green 38 ◦ blue 104

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

Shades of Rouge #B72668

Tints of Rouge #B72668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

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

R = 56.31%
G = 11.69%
B = 32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B72668 (or 0xB72668) is known color: Rouge. HEX triplet: B7, 26 and 68. RGB value is (183,38,104). Sum of RGB (Red+Green+Blue) = 183+38+104=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B72668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72668 is #48D997. Grayscale: #585858. Windows color (decimal): -4774296 or 6825655. OLE color: 6825655.

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

Color convert

RGB 183 38 104 -
CMYK 0 0.79 0.43 0.28
HSL 332.69º 0.66% 0.43% -
HSV(B) 332.69º 0.79% 0.72% -
XYZ 22.72 12.45 14.3 -
YUV 88.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 183 38 104 0 0.79 0.43 0.28 332.69 0.66 0.43
Hex B7 26 68 0 4F 2B 1C 14D 42 2B
Octal 267 46 150 0 117 53 34 515 102 53
Binary 10110111 100110 1101000 0 1001111 101011 11100 101001101 1000010 101011

Color Harmonies of #B72668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72668

Black with #B72668

Text Example


Text Example

White with #B72668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72668; }

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

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

background-color css

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

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

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

border-color css

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

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

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