Html Css Color HEX #B53462 Rouge

📋 copy color: '#B53462'

red 181 ◦ green 52 ◦ blue 98

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

Shades of Rouge #B53462

Tints of Rouge #B53462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 54.68%
G = 15.71%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B53462 (or 0xB53462) is known color: Rouge. HEX triplet: B5, 34 and 62. RGB value is (181,52,98). Sum of RGB (Red+Green+Blue) = 181+52+98=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B53462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53462 is #4ACB9D. Grayscale: #5F5F5F. Windows color (decimal): -4901790 or 6436021. OLE color: 6436021.

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

Color convert

RGB 181 52 98 -
CMYK 0 0.71 0.46 0.29
HSL 338.6º 0.55% 0.46% -
HSV(B) 338.6º 0.71% 0.71% -
XYZ 22.49 13.16 12.91 -
YUV 95.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 181 52 98 0 0.71 0.46 0.29 338.6 0.55 0.46
Hex B5 34 62 0 47 2E 1D 153 37 2E
Octal 265 64 142 0 107 56 35 523 67 56
Binary 10110101 110100 1100010 0 1000111 101110 11101 101010011 110111 101110

Color Harmonies of #B53462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53462

Black with #B53462

Text Example


Text Example

White with #B53462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53462; }

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

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

background-color css

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

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

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

border-color css

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

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

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