Html Css Color HEX #B53467 Rouge

📋 copy color: '#B53467'

red 181 ◦ green 52 ◦ blue 103

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

Shades of Rouge #B53467

Tints of Rouge #B53467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 53.87%
G = 15.48%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B53467 (or 0xB53467) is known color: Rouge. HEX triplet: B5, 34 and 67. RGB value is (181,52,103). Sum of RGB (Red+Green+Blue) = 181+52+103=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B53467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53467 is #4ACB98. Grayscale: #606060. Windows color (decimal): -4901785 or 6763701. OLE color: 6763701.

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

Color convert

RGB 181 52 103 -
CMYK 0 0.71 0.43 0.29
HSL 336.28º 0.55% 0.46% -
HSV(B) 336.28º 0.71% 0.71% -
XYZ 22.73 13.26 14.19 -
YUV 96.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 181 52 103 0 0.71 0.43 0.29 336.28 0.55 0.46
Hex B5 34 67 0 47 2B 1D 150 37 2E
Octal 265 64 147 0 107 53 35 520 67 56
Binary 10110101 110100 1100111 0 1000111 101011 11101 101010000 110111 101110

Color Harmonies of #B53467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53467

Black with #B53467

Text Example


Text Example

White with #B53467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53467; }

 p { color: rgb(181,52,103); }

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

background-color css

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

 a { background-color: rgb(181,52,103); }

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

border-color css

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

 span { border-color: rgb(181,52,103); }

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