Html Css Color HEX #B43D6B Rouge

📋 copy color: '#B43D6B'

red 180 ◦ green 61 ◦ blue 107

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

Shades of Rouge #B43D6B

Tints of Rouge #B43D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 51.72%
G = 17.53%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B43D6B (or 0xB43D6B) is known color: Rouge. HEX triplet: B4, 3D and 6B. RGB value is (180,61,107). Sum of RGB (Red+Green+Blue) = 180+61+107=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D6B is #4BC294. Grayscale: #656565. Windows color (decimal): -4965013 or 7028148. OLE color: 7028148.

HSL color Cylindrical-coordinate representation of color #B43D6B: hue angle of 336.81º degrees, saturation: 0.49, 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 #B43D6B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 61 107 -
CMYK 0 0.66 0.41 0.29
HSL 336.81º 0.49% 0.47% -
HSV(B) 336.81º 0.66% 0.71% -
XYZ 23.14 14.1 15.41 -
YUV 101.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 180 61 107 0 0.66 0.41 0.29 336.81 0.49 0.47
Hex B4 3D 6B 0 42 29 1D 151 31 2F
Octal 264 75 153 0 102 51 35 521 61 57
Binary 10110100 111101 1101011 0 1000010 101001 11101 101010001 110001 101111

Color Harmonies of #B43D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43D6B

Black with #B43D6B

Text Example


Text Example

White with #B43D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43D6B; }

 p { color: rgb(180,61,107); }

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

background-color css

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

 a { background-color: rgb(180,61,107); }

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

border-color css

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

 span { border-color: rgb(180,61,107); }

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