Html Css Color HEX #BD3264 Rouge

📋 copy color: '#BD3264'

red 189 ◦ green 50 ◦ blue 100

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

Shades of Rouge #BD3264

Tints of Rouge #BD3264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 55.75%
G = 14.75%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD3264 (or 0xBD3264) is known color: Rouge. HEX triplet: BD, 32 and 64. RGB value is (189,50,100). Sum of RGB (Red+Green+Blue) = 189+50+100=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3264 is #42CD9B. Grayscale: #616161. Windows color (decimal): -4378012 or 6566589. OLE color: 6566589.

HSL color Cylindrical-coordinate representation of color #BD3264: hue angle of 338.42º 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 #BD3264 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 50 100 -
CMYK 0 0.74 0.47 0.26
HSL 338.42º 0.58% 0.47% -
HSV(B) 338.42º 0.74% 0.74% -
XYZ 24.43 14.02 13.48 -
YUV 97.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 189 50 100 0 0.74 0.47 0.26 338.42 0.58 0.47
Hex BD 32 64 0 4A 2F 1A 152 3A 2F
Octal 275 62 144 0 112 57 32 522 72 57
Binary 10111101 110010 1100100 0 1001010 101111 11010 101010010 111010 101111

Color Harmonies of #BD3264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3264

Black with #BD3264

Text Example


Text Example

White with #BD3264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3264; }

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

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

background-color css

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

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

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

border-color css

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

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

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