Html Css Color HEX #B43367 Rouge

📋 copy color: '#B43367'

red 180 ◦ green 51 ◦ blue 103

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

Shades of Rouge #B43367

Tints of Rouge #B43367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 53.89%
G = 15.27%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B43367 (or 0xB43367) is known color: Rouge. HEX triplet: B4, 33 and 67. RGB value is (180,51,103). Sum of RGB (Red+Green+Blue) = 180+51+103=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B43367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43367 is #4BCC98. Grayscale: #5F5F5F. Windows color (decimal): -4967577 or 6763444. OLE color: 6763444.

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

Color convert

RGB 180 51 103 -
CMYK 0 0.72 0.43 0.29
HSL 335.81º 0.56% 0.45% -
HSV(B) 335.81º 0.72% 0.71% -
XYZ 22.45 13.05 14.17 -
YUV 95.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 180 51 103 0 0.72 0.43 0.29 335.81 0.56 0.45
Hex B4 33 67 0 48 2B 1D 150 38 2D
Octal 264 63 147 0 110 53 35 520 70 55
Binary 10110100 110011 1100111 0 1001000 101011 11101 101010000 111000 101101

Color Harmonies of #B43367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43367

Black with #B43367

Text Example


Text Example

White with #B43367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43367; }

 p { color: rgb(180,51,103); }

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

background-color css

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

 a { background-color: rgb(180,51,103); }

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

border-color css

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

 span { border-color: rgb(180,51,103); }

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