Html Css Color HEX #B72769 Rouge

📋 copy color: '#B72769'

red 183 ◦ green 39 ◦ blue 105

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

Shades of Rouge #B72769

Tints of Rouge #B72769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.93%

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

R = 55.96%
G = 11.93%
B = 32.11%

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

#B72769 (or 0xB72769) is known color: Rouge. HEX triplet: B7, 27 and 69. RGB value is (183,39,105). Sum of RGB (Red+Green+Blue) = 183+39+105=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B72769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72769 is #48D896. Grayscale: #595959. Windows color (decimal): -4774039 or 6891447. OLE color: 6891447.

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

Color convert

RGB 183 39 105 -
CMYK 0 0.79 0.43 0.28
HSL 332.5º 0.65% 0.44% -
HSV(B) 332.5º 0.79% 0.72% -
XYZ 22.8 12.54 14.58 -
YUV 89.58 136.71 194.63 -
System Red Green Blue C M Y K H S L
Decimal 183 39 105 0 0.79 0.43 0.28 332.5 0.65 0.44
Hex B7 27 69 0 4F 2B 1C 14C 41 2C
Octal 267 47 151 0 117 53 34 514 101 54
Binary 10110111 100111 1101001 0 1001111 101011 11100 101001100 1000001 101100

Color Harmonies of #B72769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72769

Black with #B72769

Text Example


Text Example

White with #B72769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72769; }

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

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

background-color css

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

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

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

border-color css

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

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

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