Html Css Color HEX #BD366A Rouge

📋 copy color: '#BD366A'

red 189 ◦ green 54 ◦ blue 106

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

Shades of Rouge #BD366A

Tints of Rouge #BD366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.47%

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 54.15%
G = 15.47%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD366A (or 0xBD366A) is known color: Rouge. HEX triplet: BD, 36 and 6A. RGB value is (189,54,106). Sum of RGB (Red+Green+Blue) = 189+54+106=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD366A is #42C995. Grayscale: #646464. Windows color (decimal): -4376982 or 6960829. OLE color: 6960829.

HSL color Cylindrical-coordinate representation of color #BD366A: hue angle of 336.89º degrees, saturation: 0.56, 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 #BD366A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 54 106 -
CMYK 0 0.71 0.44 0.26
HSL 336.89º 0.56% 0.48% -
HSV(B) 336.89º 0.71% 0.74% -
XYZ 24.91 14.5 15.12 -
YUV 100.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 189 54 106 0 0.71 0.44 0.26 336.89 0.56 0.48
Hex BD 36 6A 0 47 2C 1A 151 38 30
Octal 275 66 152 0 107 54 32 521 70 60
Binary 10111101 110110 1101010 0 1000111 101100 11010 101010001 111000 110000

Color Harmonies of #BD366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD366A

Black with #BD366A

Text Example


Text Example

White with #BD366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD366A; }

 p { color: rgb(189,54,106); }

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

background-color css

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

 a { background-color: rgb(189,54,106); }

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

border-color css

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

 span { border-color: rgb(189,54,106); }

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