Html Css Color HEX #B7306B Rouge

📋 copy color: '#B7306B'

red 183 ◦ green 48 ◦ blue 107

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

Shades of Rouge #B7306B

Tints of Rouge #B7306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 54.14%
G = 14.2%
B = 31.66%

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

#B7306B (or 0xB7306B) is known color: Rouge. HEX triplet: B7, 30 and 6B. RGB value is (183,48,107). Sum of RGB (Red+Green+Blue) = 183+48+107=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B7306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7306B is #48CF94. Grayscale: #5E5E5E. Windows color (decimal): -4771733 or 7024823. OLE color: 7024823.

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

Color convert

RGB 183 48 107 -
CMYK 0 0.74 0.42 0.28
HSL 333.78º 0.58% 0.45% -
HSV(B) 333.78º 0.74% 0.72% -
XYZ 23.24 13.24 15.24 -
YUV 95.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 183 48 107 0 0.74 0.42 0.28 333.78 0.58 0.45
Hex B7 30 6B 0 4A 2A 1C 14E 3A 2D
Octal 267 60 153 0 112 52 34 516 72 55
Binary 10110111 110000 1101011 0 1001010 101010 11100 101001110 111010 101101

Color Harmonies of #B7306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7306B

Black with #B7306B

Text Example


Text Example

White with #B7306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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