Html Css Color HEX #BD2667 Rouge

📋 copy color: '#BD2667'

red 189 ◦ green 38 ◦ blue 103

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

Shades of Rouge #BD2667

Tints of Rouge #BD2667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

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

R = 57.27%
G = 11.52%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD2667 (or 0xBD2667) is known color: Rouge. HEX triplet: BD, 26 and 67. RGB value is (189,38,103). Sum of RGB (Red+Green+Blue) = 189+38+103=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2667 is #42D998. Grayscale: #5A5A5A. Windows color (decimal): -4381081 or 6760125. OLE color: 6760125.

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

Color convert

RGB 189 38 103 -
CMYK 0 0.80 0.46 0.26
HSL 334.17º 0.67% 0.45% -
HSV(B) 334.17º 0.8% 0.74% -
XYZ 24.13 13.18 14.11 -
YUV 90.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 189 38 103 0 0.80 0.46 0.26 334.17 0.67 0.45
Hex BD 26 67 0 50 2E 1A 14E 43 2D
Octal 275 46 147 0 120 56 32 516 103 55
Binary 10111101 100110 1100111 0 1010000 101110 11010 101001110 1000011 101101

Color Harmonies of #BD2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2667

Black with #BD2667

Text Example


Text Example

White with #BD2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2667; }

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

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

background-color css

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

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

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

border-color css

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

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

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