Html Css Color HEX #B43467 Rouge

📋 copy color: '#B43467'

red 180 ◦ green 52 ◦ blue 103

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

Shades of Rouge #B43467

Tints of Rouge #B43467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 53.73%
G = 15.52%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B43467 (or 0xB43467) is known color: Rouge. HEX triplet: B4, 34 and 67. RGB value is (180,52,103). Sum of RGB (Red+Green+Blue) = 180+52+103=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B43467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43467 is #4BCB98. Grayscale: #606060. Windows color (decimal): -4967321 or 6763700. OLE color: 6763700.

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

Color convert

RGB 180 52 103 -
CMYK 0 0.71 0.43 0.29
HSL 336.09º 0.55% 0.45% -
HSV(B) 336.09º 0.71% 0.71% -
XYZ 22.5 13.14 14.18 -
YUV 96.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 180 52 103 0 0.71 0.43 0.29 336.09 0.55 0.45
Hex B4 34 67 0 47 2B 1D 150 37 2D
Octal 264 64 147 0 107 53 35 520 67 55
Binary 10110100 110100 1100111 0 1000111 101011 11101 101010000 110111 101101

Color Harmonies of #B43467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43467

Black with #B43467

Text Example


Text Example

White with #B43467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43467; }

 p { color: rgb(180,52,103); }

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

background-color css

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

 a { background-color: rgb(180,52,103); }

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

border-color css

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

 span { border-color: rgb(180,52,103); }

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