Html Css Color HEX #B72667 Rouge

📋 copy color: '#B72667'

red 183 ◦ green 38 ◦ blue 103

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

Shades of Rouge #B72667

Tints of Rouge #B72667

RGB

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

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

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

R = 56.48%
G = 11.73%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B72667 (or 0xB72667) is known color: Rouge. HEX triplet: B7, 26 and 67. RGB value is (183,38,103). Sum of RGB (Red+Green+Blue) = 183+38+103=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B72667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72667 is #48D998. Grayscale: #585858. Windows color (decimal): -4774297 or 6760119. OLE color: 6760119.

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

Color convert

RGB 183 38 103 -
CMYK 0 0.79 0.44 0.28
HSL 333.1º 0.66% 0.43% -
HSV(B) 333.1º 0.79% 0.72% -
XYZ 22.67 12.43 14.04 -
YUV 88.77 136.04 195.21 -
System Red Green Blue C M Y K H S L
Decimal 183 38 103 0 0.79 0.44 0.28 333.1 0.66 0.43
Hex B7 26 67 0 4F 2C 1C 14D 42 2B
Octal 267 46 147 0 117 54 34 515 102 53
Binary 10110111 100110 1100111 0 1001111 101100 11100 101001101 1000010 101011

Color Harmonies of #B72667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72667

Black with #B72667

Text Example


Text Example

White with #B72667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72667; }

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

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

background-color css

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

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

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

border-color css

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

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

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