Html Css Color HEX #B7306A Rouge

📋 copy color: '#B7306A'

red 183 ◦ green 48 ◦ blue 106

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

Shades of Rouge #B7306A

Tints of Rouge #B7306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 54.3%
G = 14.24%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7306A (or 0xB7306A) is known color: Rouge. HEX triplet: B7, 30 and 6A. RGB value is (183,48,106). Sum of RGB (Red+Green+Blue) = 183+48+106=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B7306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7306A is #48CF95. Grayscale: #5E5E5E. Windows color (decimal): -4771734 or 6959287. OLE color: 6959287.

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

Color convert

RGB 183 48 106 -
CMYK 0 0.74 0.42 0.28
HSL 334.22º 0.58% 0.45% -
HSV(B) 334.22º 0.74% 0.72% -
XYZ 23.19 13.22 14.97 -
YUV 94.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 183 48 106 0 0.74 0.42 0.28 334.22 0.58 0.45
Hex B7 30 6A 0 4A 2A 1C 14E 3A 2D
Octal 267 60 152 0 112 52 34 516 72 55
Binary 10110111 110000 1101010 0 1001010 101010 11100 101001110 111010 101101

Color Harmonies of #B7306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7306A

Black with #B7306A

Text Example


Text Example

White with #B7306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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