Html Css Color HEX #B43665 Rouge

📋 copy color: '#B43665'

red 180 ◦ green 54 ◦ blue 101

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

Shades of Rouge #B43665

Tints of Rouge #B43665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 53.73%
G = 16.12%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B43665 (or 0xB43665) is known color: Rouge. HEX triplet: B4, 36 and 65. RGB value is (180,54,101). Sum of RGB (Red+Green+Blue) = 180+54+101=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B43665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43665 is #4BC99A. Grayscale: #606060. Windows color (decimal): -4966811 or 6633140. OLE color: 6633140.

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

Color convert

RGB 180 54 101 -
CMYK 0 0.7 0.44 0.29
HSL 337.62º 0.54% 0.46% -
HSV(B) 337.62º 0.7% 0.71% -
XYZ 22.49 13.28 13.69 -
YUV 97.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 180 54 101 0 0.7 0.44 0.29 337.62 0.54 0.46
Hex B4 36 65 0 46 2C 1D 152 36 2E
Octal 264 66 145 0 106 54 35 522 66 56
Binary 10110100 110110 1100101 0 1000110 101100 11101 101010010 110110 101110

Color Harmonies of #B43665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43665

Black with #B43665

Text Example


Text Example

White with #B43665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43665; }

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

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

background-color css

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

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

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

border-color css

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

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

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