Html Css Color HEX #B6375B Rouge

📋 copy color: '#B6375B'

red 182 ◦ green 55 ◦ blue 91

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

Shades of Rouge #B6375B

Tints of Rouge #B6375B

RGB

 RED value IS 182 (71.48% from 255) = 55.49%

 GREEN value IS 55 (21.88% from 255) = 16.77%

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 55.49%
G = 16.77%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6375B (or 0xB6375B) is known color: Rouge. HEX triplet: B6, 37 and 5B. RGB value is (182,55,91). Sum of RGB (Red+Green+Blue) = 182+55+91=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6375B is #49C8A4. Grayscale: #616161. Windows color (decimal): -4835493 or 5978038. OLE color: 5978038.

HSL color Cylindrical-coordinate representation of color #B6375B: hue angle of 342.99º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6375B is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 91 -
CMYK 0 0.70 0.5 0.29
HSL 342.99º 0.54% 0.46% -
HSV(B) 342.99º 0.7% 0.71% -
XYZ 22.55 13.43 11.3 -
YUV 97.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 182 55 91 0 0.70 0.5 0.29 342.99 0.54 0.46
Hex B6 37 5B 0 46 32 1D 157 36 2E
Octal 266 67 133 0 106 62 35 527 66 56
Binary 10110110 110111 1011011 0 1000110 110010 11101 101010111 110110 101110

Color Harmonies of #B6375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6375B

Black with #B6375B

Text Example


Text Example

White with #B6375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6375B; }

 p { color: rgb(182,55,91); }

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

background-color css

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

 a { background-color: rgb(182,55,91); }

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

border-color css

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

 span { border-color: rgb(182,55,91); }

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