Html Css Color HEX #B6376F Rouge

📋 copy color: '#B6376F'

red 182 ◦ green 55 ◦ blue 111

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

Shades of Rouge #B6376F

Tints of Rouge #B6376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 52.3%
G = 15.8%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B6376F (or 0xB6376F) is known color: Rouge. HEX triplet: B6, 37 and 6F. RGB value is (182,55,111). Sum of RGB (Red+Green+Blue) = 182+55+111=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6376F is #49C890. Grayscale: #636363. Windows color (decimal): -4835473 or 7288758. OLE color: 7288758.

HSL color Cylindrical-coordinate representation of color #B6376F: hue angle of 333.54º 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 #B6376F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 111 -
CMYK 0 0.70 0.39 0.29
HSL 333.54º 0.54% 0.46% -
HSV(B) 333.54º 0.7% 0.71% -
XYZ 23.53 13.83 16.47 -
YUV 99.36 134.58 186.95 -
System Red Green Blue C M Y K H S L
Decimal 182 55 111 0 0.70 0.39 0.29 333.54 0.54 0.46
Hex B6 37 6F 0 46 27 1D 14E 36 2E
Octal 266 67 157 0 106 47 35 516 66 56
Binary 10110110 110111 1101111 0 1000110 100111 11101 101001110 110110 101110

Color Harmonies of #B6376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6376F

Black with #B6376F

Text Example


Text Example

White with #B6376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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