Html Css Color HEX #B4395E Rouge

📋 copy color: '#B4395E'

red 180 ◦ green 57 ◦ blue 94

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

Shades of Rouge #B4395E

Tints of Rouge #B4395E

RGB

 RED value IS 180 (70.7% from 255) = 54.38%

 GREEN value IS 57 (22.66% from 255) = 17.22%

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

R = 54.38%
G = 17.22%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4395E (or 0xB4395E) is known color: Rouge. HEX triplet: B4, 39 and 5E. RGB value is (180,57,94). Sum of RGB (Red+Green+Blue) = 180+57+94=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B4395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4395E is #4BC6A1. Grayscale: #616161. Windows color (decimal): -4966050 or 6175156. OLE color: 6175156.

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

Color convert

RGB 180 57 94 -
CMYK 0 0.68 0.48 0.29
HSL 341.95º 0.52% 0.46% -
HSV(B) 341.95º 0.68% 0.71% -
XYZ 22.31 13.44 12.01 -
YUV 98 125.75 186.49 -
System Red Green Blue C M Y K H S L
Decimal 180 57 94 0 0.68 0.48 0.29 341.95 0.52 0.46
Hex B4 39 5E 0 44 30 1D 156 34 2E
Octal 264 71 136 0 104 60 35 526 64 56
Binary 10110100 111001 1011110 0 1000100 110000 11101 101010110 110100 101110

Color Harmonies of #B4395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4395E

Black with #B4395E

Text Example


Text Example

White with #B4395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4395E; }

 p { color: rgb(180,57,94); }

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

background-color css

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

 a { background-color: rgb(180,57,94); }

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

border-color css

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

 span { border-color: rgb(180,57,94); }

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