Html Css Color HEX #B43069 Rouge

📋 copy color: '#B43069'

red 180 ◦ green 48 ◦ blue 105

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

Shades of Rouge #B43069

Tints of Rouge #B43069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 54.05%
G = 14.41%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B43069 (or 0xB43069) is known color: Rouge. HEX triplet: B4, 30 and 69. RGB value is (180,48,105). Sum of RGB (Red+Green+Blue) = 180+48+105=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B43069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43069 is #4BCF96. Grayscale: #5D5D5D. Windows color (decimal): -4968343 or 6893748. OLE color: 6893748.

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

Color convert

RGB 180 48 105 -
CMYK 0 0.73 0.42 0.29
HSL 334.09º 0.58% 0.45% -
HSV(B) 334.09º 0.73% 0.71% -
XYZ 22.43 12.84 14.66 -
YUV 93.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 180 48 105 0 0.73 0.42 0.29 334.09 0.58 0.45
Hex B4 30 69 0 49 2A 1D 14E 3A 2D
Octal 264 60 151 0 111 52 35 516 72 55
Binary 10110100 110000 1101001 0 1001001 101010 11101 101001110 111010 101101

Color Harmonies of #B43069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43069

Black with #B43069

Text Example


Text Example

White with #B43069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43069; }

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

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

background-color css

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

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

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

border-color css

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

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

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