Html Css Color HEX #B43669 Rouge

📋 copy color: '#B43669'

red 180 ◦ green 54 ◦ blue 105

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

Shades of Rouge #B43669

Tints of Rouge #B43669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 53.1%
G = 15.93%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B43669 (or 0xB43669) is known color: Rouge. HEX triplet: B4, 36 and 69. RGB value is (180,54,105). Sum of RGB (Red+Green+Blue) = 180+54+105=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B43669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43669 is #4BC996. Grayscale: #616161. Windows color (decimal): -4966807 or 6895284. OLE color: 6895284.

HSL color Cylindrical-coordinate representation of color #B43669: hue angle of 335.71º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43669 is Cyan = 0, Magento = 0.7, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 54 105 -
CMYK 0 0.7 0.42 0.29
HSL 335.71º 0.54% 0.46% -
HSV(B) 335.71º 0.7% 0.71% -
XYZ 22.69 13.36 14.75 -
YUV 97.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 180 54 105 0 0.7 0.42 0.29 335.71 0.54 0.46
Hex B4 36 69 0 46 2A 1D 150 36 2E
Octal 264 66 151 0 106 52 35 520 66 56
Binary 10110100 110110 1101001 0 1000110 101010 11101 101010000 110110 101110

Color Harmonies of #B43669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43669

Black with #B43669

Text Example


Text Example

White with #B43669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43669; }

 p { color: rgb(180,54,105); }

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

background-color css

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

 a { background-color: rgb(180,54,105); }

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

border-color css

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

 span { border-color: rgb(180,54,105); }

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