Html Css Color HEX #B7355F Rouge

📋 copy color: '#B7355F'

red 183 ◦ green 53 ◦ blue 95

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

Shades of Rouge #B7355F

Tints of Rouge #B7355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 55.29%
G = 16.01%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7355F (or 0xB7355F) is known color: Rouge. HEX triplet: B7, 35 and 5F. RGB value is (183,53,95). Sum of RGB (Red+Green+Blue) = 183+53+95=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7355F is #48CAA0. Grayscale: #606060. Windows color (decimal): -4770465 or 6239671. OLE color: 6239671.

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

Color convert

RGB 183 53 95 -
CMYK 0 0.71 0.48 0.28
HSL 340.62º 0.55% 0.46% -
HSV(B) 340.62º 0.71% 0.72% -
XYZ 22.87 13.44 12.22 -
YUV 96.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 183 53 95 0 0.71 0.48 0.28 340.62 0.55 0.46
Hex B7 35 5F 0 47 30 1C 155 37 2E
Octal 267 65 137 0 107 60 34 525 67 56
Binary 10110111 110101 1011111 0 1000111 110000 11100 101010101 110111 101110

Color Harmonies of #B7355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7355F

Black with #B7355F

Text Example


Text Example

White with #B7355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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