Html Css Color HEX #B43266 Rouge

📋 copy color: '#B43266'

red 180 ◦ green 50 ◦ blue 102

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

Shades of Rouge #B43266

Tints of Rouge #B43266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 54.22%
G = 15.06%
B = 30.72%

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

#B43266 (or 0xB43266) is known color: Rouge. HEX triplet: B4, 32 and 66. RGB value is (180,50,102). Sum of RGB (Red+Green+Blue) = 180+50+102=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B43266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43266 is #4BCD99. Grayscale: #5E5E5E. Windows color (decimal): -4967834 or 6697652. OLE color: 6697652.

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

Color convert

RGB 180 50 102 -
CMYK 0 0.72 0.43 0.29
HSL 336º 0.57% 0.45% -
HSV(B) 336º 0.72% 0.71% -
XYZ 22.36 12.94 13.89 -
YUV 94.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 180 50 102 0 0.72 0.43 0.29 336 0.57 0.45
Hex B4 32 66 0 48 2B 1D 150 39 2D
Octal 264 62 146 0 110 53 35 520 71 55
Binary 10110100 110010 1100110 0 1001000 101011 11101 101010000 111001 101101

Color Harmonies of #B43266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43266

Black with #B43266

Text Example


Text Example

White with #B43266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43266; }

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

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

background-color css

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

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

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

border-color css

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

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

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