Html Css Color HEX #BD3467 Rouge

📋 copy color: '#BD3467'

red 189 ◦ green 52 ◦ blue 103

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

Shades of Rouge #BD3467

Tints of Rouge #BD3467

RGB

 RED value IS 189 (74.22% from 255) = 54.94%

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

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

R = 54.94%
G = 15.12%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD3467 (or 0xBD3467) is known color: Rouge. HEX triplet: BD, 34 and 67. RGB value is (189,52,103). Sum of RGB (Red+Green+Blue) = 189+52+103=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3467 is #42CB98. Grayscale: #626262. Windows color (decimal): -4377497 or 6763709. OLE color: 6763709.

HSL color Cylindrical-coordinate representation of color #BD3467: hue angle of 337.66º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3467 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 52 103 -
CMYK 0 0.72 0.46 0.26
HSL 337.66º 0.57% 0.47% -
HSV(B) 337.66º 0.72% 0.74% -
XYZ 24.66 14.25 14.28 -
YUV 98.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 189 52 103 0 0.72 0.46 0.26 337.66 0.57 0.47
Hex BD 34 67 0 48 2E 1A 152 39 2F
Octal 275 64 147 0 110 56 32 522 71 57
Binary 10111101 110100 1100111 0 1001000 101110 11010 101010010 111001 101111

Color Harmonies of #BD3467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3467

Black with #BD3467

Text Example


Text Example

White with #BD3467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3467; }

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

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

background-color css

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

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

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

border-color css

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

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

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