Html Css Color HEX #B6385E Rouge

📋 copy color: '#B6385E'

red 182 ◦ green 56 ◦ blue 94

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

Shades of Rouge #B6385E

Tints of Rouge #B6385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 54.82%
G = 16.87%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B6385E (or 0xB6385E) is known color: Rouge. HEX triplet: B6, 38 and 5E. RGB value is (182,56,94). Sum of RGB (Red+Green+Blue) = 182+56+94=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B6385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6385E is #49C7A1. Grayscale: #616161. Windows color (decimal): -4835234 or 6174902. OLE color: 6174902.

HSL color Cylindrical-coordinate representation of color #B6385E: hue angle of 341.9º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6385E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 56 94 -
CMYK 0 0.69 0.48 0.29
HSL 341.9º 0.53% 0.47% -
HSV(B) 341.9º 0.69% 0.71% -
XYZ 22.73 13.58 12.01 -
YUV 98.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 182 56 94 0 0.69 0.48 0.29 341.9 0.53 0.47
Hex B6 38 5E 0 45 30 1D 156 35 2F
Octal 266 70 136 0 105 60 35 526 65 57
Binary 10110110 111000 1011110 0 1000101 110000 11101 101010110 110101 101111

Color Harmonies of #B6385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6385E

Black with #B6385E

Text Example


Text Example

White with #B6385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6385E; }

 p { color: rgb(182,56,94); }

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

background-color css

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

 a { background-color: rgb(182,56,94); }

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

border-color css

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

 span { border-color: rgb(182,56,94); }

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