Html Css Color HEX #B7306D Rouge

📋 copy color: '#B7306D'

red 183 ◦ green 48 ◦ blue 109

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

Shades of Rouge #B7306D

Tints of Rouge #B7306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 53.82%
G = 14.12%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7306D (or 0xB7306D) is known color: Rouge. HEX triplet: B7, 30 and 6D. RGB value is (183,48,109). Sum of RGB (Red+Green+Blue) = 183+48+109=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7306D is #48CF92. Grayscale: #5F5F5F. Windows color (decimal): -4771731 or 7155895. OLE color: 7155895.

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

Color convert

RGB 183 48 109 -
CMYK 0 0.74 0.40 0.28
HSL 332.89º 0.58% 0.45% -
HSV(B) 332.89º 0.74% 0.72% -
XYZ 23.35 13.29 15.8 -
YUV 95.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 183 48 109 0 0.74 0.40 0.28 332.89 0.58 0.45
Hex B7 30 6D 0 4A 28 1C 14D 3A 2D
Octal 267 60 155 0 112 50 34 515 72 55
Binary 10110111 110000 1101101 0 1001010 101000 11100 101001101 111010 101101

Color Harmonies of #B7306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7306D

Black with #B7306D

Text Example


Text Example

White with #B7306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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