Html Css Color HEX #B72669 Rouge

📋 copy color: '#B72669'

red 183 ◦ green 38 ◦ blue 105

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

Shades of Rouge #B72669

Tints of Rouge #B72669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.21%

R = 56.13%
G = 11.66%
B = 32.21%

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

#B72669 (or 0xB72669) is known color: Rouge. HEX triplet: B7, 26 and 69. RGB value is (183,38,105). Sum of RGB (Red+Green+Blue) = 183+38+105=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B72669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72669 is #48D996. Grayscale: #585858. Windows color (decimal): -4774295 or 6891191. OLE color: 6891191.

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

Color convert

RGB 183 38 105 -
CMYK 0 0.79 0.43 0.28
HSL 332.28º 0.66% 0.43% -
HSV(B) 332.28º 0.79% 0.72% -
XYZ 22.77 12.47 14.57 -
YUV 88.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 183 38 105 0 0.79 0.43 0.28 332.28 0.66 0.43
Hex B7 26 69 0 4F 2B 1C 14C 42 2B
Octal 267 46 151 0 117 53 34 514 102 53
Binary 10110111 100110 1101001 0 1001111 101011 11100 101001100 1000010 101011

Color Harmonies of #B72669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72669

Black with #B72669

Text Example


Text Example

White with #B72669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72669; }

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

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

background-color css

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

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

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

border-color css

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

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

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