Html Css Color HEX #BD3263 Rouge

📋 copy color: '#BD3263'

red 189 ◦ green 50 ◦ blue 99

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

Shades of Rouge #BD3263

Tints of Rouge #BD3263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 55.92%
G = 14.79%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD3263 (or 0xBD3263) is known color: Rouge. HEX triplet: BD, 32 and 63. RGB value is (189,50,99). Sum of RGB (Red+Green+Blue) = 189+50+99=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3263 is #42CD9C. Grayscale: #616161. Windows color (decimal): -4378013 or 6501053. OLE color: 6501053.

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

Color convert

RGB 189 50 99 -
CMYK 0 0.74 0.48 0.26
HSL 338.85º 0.58% 0.47% -
HSV(B) 338.85º 0.74% 0.74% -
XYZ 24.38 14 13.22 -
YUV 97.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 189 50 99 0 0.74 0.48 0.26 338.85 0.58 0.47
Hex BD 32 63 0 4A 30 1A 153 3A 2F
Octal 275 62 143 0 112 60 32 523 72 57
Binary 10111101 110010 1100011 0 1001010 110000 11010 101010011 111010 101111

Color Harmonies of #BD3263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3263

Black with #BD3263

Text Example


Text Example

White with #BD3263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3263; }

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

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

background-color css

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

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

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

border-color css

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

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

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