Html Css Color HEX #B7356A Rouge

📋 copy color: '#B7356A'

red 183 ◦ green 53 ◦ blue 106

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

Shades of Rouge #B7356A

Tints of Rouge #B7356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

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

R = 53.51%
G = 15.5%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7356A (or 0xB7356A) is known color: Rouge. HEX triplet: B7, 35 and 6A. RGB value is (183,53,106). Sum of RGB (Red+Green+Blue) = 183+53+106=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7356A is #48CA95. Grayscale: #616161. Windows color (decimal): -4770454 or 6960567. OLE color: 6960567.

HSL color Cylindrical-coordinate representation of color #B7356A: hue angle of 335.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7356A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 106 -
CMYK 0 0.71 0.42 0.28
HSL 335.54º 0.55% 0.46% -
HSV(B) 335.54º 0.71% 0.72% -
XYZ 23.4 13.65 15.04 -
YUV 97.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 183 53 106 0 0.71 0.42 0.28 335.54 0.55 0.46
Hex B7 35 6A 0 47 2A 1C 150 37 2E
Octal 267 65 152 0 107 52 34 520 67 56
Binary 10110111 110101 1101010 0 1000111 101010 11100 101010000 110111 101110

Color Harmonies of #B7356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7356A

Black with #B7356A

Text Example


Text Example

White with #B7356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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