Html Css Color HEX #B43263 Rouge

📋 copy color: '#B43263'

red 180 ◦ green 50 ◦ blue 99

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

Shades of Rouge #B43263

Tints of Rouge #B43263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 54.71%
G = 15.2%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B43263 (or 0xB43263) is known color: Rouge. HEX triplet: B4, 32 and 63. RGB value is (180,50,99). Sum of RGB (Red+Green+Blue) = 180+50+99=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B43263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43263 is #4BCD9C. Grayscale: #5E5E5E. Windows color (decimal): -4967837 or 6501044. OLE color: 6501044.

HSL color Cylindrical-coordinate representation of color #B43263: hue angle of 337.38º degrees, saturation: 0.57, 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 #B43263 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 50 99 -
CMYK 0 0.72 0.45 0.29
HSL 337.38º 0.57% 0.45% -
HSV(B) 337.38º 0.72% 0.71% -
XYZ 22.22 12.89 13.12 -
YUV 94.46 130.57 189.02 -
System Red Green Blue C M Y K H S L
Decimal 180 50 99 0 0.72 0.45 0.29 337.38 0.57 0.45
Hex B4 32 63 0 48 2D 1D 151 39 2D
Octal 264 62 143 0 110 55 35 521 71 55
Binary 10110100 110010 1100011 0 1001000 101101 11101 101010001 111001 101101

Color Harmonies of #B43263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43263

Black with #B43263

Text Example


Text Example

White with #B43263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43263; }

 p { color: rgb(180,50,99); }

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

background-color css

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

 a { background-color: rgb(180,50,99); }

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

border-color css

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

 span { border-color: rgb(180,50,99); }

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