Html Css Color HEX #BD3767 Rouge

📋 copy color: '#BD3767'

red 189 ◦ green 55 ◦ blue 103

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

Shades of Rouge #BD3767

Tints of Rouge #BD3767

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

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

R = 54.47%
G = 15.85%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD3767 (or 0xBD3767) is known color: Rouge. HEX triplet: BD, 37 and 67. RGB value is (189,55,103). Sum of RGB (Red+Green+Blue) = 189+55+103=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3767 is #42C898. Grayscale: #646464. Windows color (decimal): -4376729 or 6764477. OLE color: 6764477.

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

Color convert

RGB 189 55 103 -
CMYK 0 0.71 0.46 0.26
HSL 338.51º 0.55% 0.48% -
HSV(B) 338.51º 0.71% 0.74% -
XYZ 24.8 14.53 14.33 -
YUV 100.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 189 55 103 0 0.71 0.46 0.26 338.51 0.55 0.48
Hex BD 37 67 0 47 2E 1A 153 37 30
Octal 275 67 147 0 107 56 32 523 67 60
Binary 10111101 110111 1100111 0 1000111 101110 11010 101010011 110111 110000

Color Harmonies of #BD3767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3767

Black with #BD3767

Text Example


Text Example

White with #BD3767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3767; }

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

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

background-color css

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

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

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

border-color css

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

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

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