Html Css Color HEX #BD3268 Rouge

📋 copy color: '#BD3268'

red 189 ◦ green 50 ◦ blue 104

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

Shades of Rouge #BD3268

Tints of Rouge #BD3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 55.1%
G = 14.58%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD3268 (or 0xBD3268) is known color: Rouge. HEX triplet: BD, 32 and 68. RGB value is (189,50,104). Sum of RGB (Red+Green+Blue) = 189+50+104=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3268 is #42CD97. Grayscale: #616161. Windows color (decimal): -4378008 or 6828733. OLE color: 6828733.

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

Color convert

RGB 189 50 104 -
CMYK 0 0.74 0.45 0.26
HSL 336.69º 0.58% 0.47% -
HSV(B) 336.69º 0.74% 0.74% -
XYZ 24.63 14.1 14.52 -
YUV 97.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 189 50 104 0 0.74 0.45 0.26 336.69 0.58 0.47
Hex BD 32 68 0 4A 2D 1A 151 3A 2F
Octal 275 62 150 0 112 55 32 521 72 57
Binary 10111101 110010 1101000 0 1001010 101101 11010 101010001 111010 101111

Color Harmonies of #BD3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3268

Black with #BD3268

Text Example


Text Example

White with #BD3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3268; }

 p { color: rgb(189,50,104); }

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

background-color css

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

 a { background-color: rgb(189,50,104); }

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

border-color css

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

 span { border-color: rgb(189,50,104); }

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