Html Css Color HEX #B54364 Rouge

📋 copy color: '#B54364'

red 181 ◦ green 67 ◦ blue 100

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

Shades of Rouge #B54364

Tints of Rouge #B54364

RGB

 RED value IS 181 (71.09% from 255) = 52.01%

 GREEN value IS 67 (26.56% from 255) = 19.25%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 52.01%
G = 19.25%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B54364 (or 0xB54364) is known color: Rouge. HEX triplet: B5, 43 and 64. RGB value is (181,67,100). Sum of RGB (Red+Green+Blue) = 181+67+100=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B54364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54364 is #4ABC9B. Grayscale: #686868. Windows color (decimal): -4897948 or 6570933. OLE color: 6570933.

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

Color convert

RGB 181 67 100 -
CMYK 0 0.63 0.45 0.29
HSL 342.63º 0.46% 0.49% -
HSV(B) 342.63º 0.63% 0.71% -
XYZ 23.36 14.76 13.67 -
YUV 104.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 181 67 100 0 0.63 0.45 0.29 342.63 0.46 0.49
Hex B5 43 64 0 3F 2D 1D 157 2E 31
Octal 265 103 144 0 77 55 35 527 56 61
Binary 10110101 1000011 1100100 0 111111 101101 11101 101010111 101110 110001

Color Harmonies of #B54364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54364

Black with #B54364

Text Example


Text Example

White with #B54364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54364; }

 p { color: rgb(181,67,100); }

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

background-color css

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

 a { background-color: rgb(181,67,100); }

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

border-color css

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

 span { border-color: rgb(181,67,100); }

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