Html Css Color HEX #B53D67 Rouge

📋 copy color: '#B53D67'

red 181 ◦ green 61 ◦ blue 103

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

Shades of Rouge #B53D67

Tints of Rouge #B53D67

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.68%

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

R = 52.46%
G = 17.68%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B53D67 (or 0xB53D67) is known color: Rouge. HEX triplet: B5, 3D and 67. RGB value is (181,61,103). Sum of RGB (Red+Green+Blue) = 181+61+103=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D67 is #4AC298. Grayscale: #656565. Windows color (decimal): -4899481 or 6766005. OLE color: 6766005.

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

Color convert

RGB 181 61 103 -
CMYK 0 0.66 0.43 0.29
HSL 339º 0.5% 0.47% -
HSV(B) 339º 0.66% 0.71% -
XYZ 23.17 14.14 14.34 -
YUV 101.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 181 61 103 0 0.66 0.43 0.29 339 0.5 0.47
Hex B5 3D 67 0 42 2B 1D 153 32 2F
Octal 265 75 147 0 102 53 35 523 62 57
Binary 10110101 111101 1100111 0 1000010 101011 11101 101010011 110010 101111

Color Harmonies of #B53D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D67

Black with #B53D67

Text Example


Text Example

White with #B53D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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