Html Css Color HEX #B4365C Rouge

📋 copy color: '#B4365C'

red 180 ◦ green 54 ◦ blue 92

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

Shades of Rouge #B4365C

Tints of Rouge #B4365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 55.21%
G = 16.56%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4365C (or 0xB4365C) is known color: Rouge. HEX triplet: B4, 36 and 5C. RGB value is (180,54,92). Sum of RGB (Red+Green+Blue) = 180+54+92=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4365C is #4BC9A3. Grayscale: #5F5F5F. Windows color (decimal): -4966820 or 6043316. OLE color: 6043316.

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

Color convert

RGB 180 54 92 -
CMYK 0 0.7 0.49 0.29
HSL 341.9º 0.54% 0.46% -
HSV(B) 341.9º 0.7% 0.71% -
XYZ 22.07 13.11 11.49 -
YUV 96.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 180 54 92 0 0.7 0.49 0.29 341.9 0.54 0.46
Hex B4 36 5C 0 46 31 1D 156 36 2E
Octal 264 66 134 0 106 61 35 526 66 56
Binary 10110100 110110 1011100 0 1000110 110001 11101 101010110 110110 101110

Color Harmonies of #B4365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4365C

Black with #B4365C

Text Example


Text Example

White with #B4365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4365C; }

 p { color: rgb(180,54,92); }

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

background-color css

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

 a { background-color: rgb(180,54,92); }

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

border-color css

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

 span { border-color: rgb(180,54,92); }

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