Html Css Color HEX #B43365 Rouge

📋 copy color: '#B43365'

red 180 ◦ green 51 ◦ blue 101

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

Shades of Rouge #B43365

Tints of Rouge #B43365

RGB

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

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

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

R = 54.22%
G = 15.36%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B43365 (or 0xB43365) is known color: Rouge. HEX triplet: B4, 33 and 65. RGB value is (180,51,101). Sum of RGB (Red+Green+Blue) = 180+51+101=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B43365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43365 is #4BCC9A. Grayscale: #5F5F5F. Windows color (decimal): -4967579 or 6632372. OLE color: 6632372.

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

Color convert

RGB 180 51 101 -
CMYK 0 0.72 0.44 0.29
HSL 336.74º 0.56% 0.45% -
HSV(B) 336.74º 0.72% 0.71% -
XYZ 22.36 13.01 13.64 -
YUV 95.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 180 51 101 0 0.72 0.44 0.29 336.74 0.56 0.45
Hex B4 33 65 0 48 2C 1D 151 38 2D
Octal 264 63 145 0 110 54 35 521 70 55
Binary 10110100 110011 1100101 0 1001000 101100 11101 101010001 111000 101101

Color Harmonies of #B43365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43365

Black with #B43365

Text Example


Text Example

White with #B43365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43365; }

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

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

background-color css

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

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

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

border-color css

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

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

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