Html Css Color HEX #BD2F66 Rouge

📋 copy color: '#BD2F66'

red 189 ◦ green 47 ◦ blue 102

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

Shades of Rouge #BD2F66

Tints of Rouge #BD2F66

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.91%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 55.92%
G = 13.91%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD2F66 (or 0xBD2F66) is known color: Rouge. HEX triplet: BD, 2F and 66. RGB value is (189,47,102). Sum of RGB (Red+Green+Blue) = 189+47+102=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F66 is #42D099. Grayscale: #5F5F5F. Windows color (decimal): -4378778 or 6696893. OLE color: 6696893.

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

Color convert

RGB 189 47 102 -
CMYK 0 0.75 0.46 0.26
HSL 336.76º 0.6% 0.46% -
HSV(B) 336.76º 0.75% 0.74% -
XYZ 24.4 13.81 13.95 -
YUV 95.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 189 47 102 0 0.75 0.46 0.26 336.76 0.6 0.46
Hex BD 2F 66 0 4B 2E 1A 151 3C 2E
Octal 275 57 146 0 113 56 32 521 74 56
Binary 10111101 101111 1100110 0 1001011 101110 11010 101010001 111100 101110

Color Harmonies of #BD2F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F66

Black with #BD2F66

Text Example


Text Example

White with #BD2F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F66; }

 p { color: rgb(189,47,102); }

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

background-color css

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

 a { background-color: rgb(189,47,102); }

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

border-color css

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

 span { border-color: rgb(189,47,102); }

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