Html Css Color HEX #B43B5D Rouge

📋 copy color: '#B43B5D'

red 180 ◦ green 59 ◦ blue 93

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

Shades of Rouge #B43B5D

Tints of Rouge #B43B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 54.22%
G = 17.77%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B43B5D (or 0xB43B5D) is known color: Rouge. HEX triplet: B4, 3B and 5D. RGB value is (180,59,93). Sum of RGB (Red+Green+Blue) = 180+59+93=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43B5D is #4BC4A2. Grayscale: #636363. Windows color (decimal): -4965539 or 6110132. OLE color: 6110132.

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

Color convert

RGB 180 59 93 -
CMYK 0 0.67 0.48 0.29
HSL 343.14º 0.51% 0.47% -
HSV(B) 343.14º 0.67% 0.71% -
XYZ 22.36 13.62 11.81 -
YUV 99.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 180 59 93 0 0.67 0.48 0.29 343.14 0.51 0.47
Hex B4 3B 5D 0 43 30 1D 157 33 2F
Octal 264 73 135 0 103 60 35 527 63 57
Binary 10110100 111011 1011101 0 1000011 110000 11101 101010111 110011 101111

Color Harmonies of #B43B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B5D

Black with #B43B5D

Text Example


Text Example

White with #B43B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B5D; }

 p { color: rgb(180,59,93); }

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

background-color css

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

 a { background-color: rgb(180,59,93); }

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

border-color css

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

 span { border-color: rgb(180,59,93); }

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