Html Css Color HEX #BD3667 Rouge

📋 copy color: '#BD3667'

red 189 ◦ green 54 ◦ blue 103

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

Shades of Rouge #BD3667

Tints of Rouge #BD3667

RGB

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

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

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

R = 54.62%
G = 15.61%
B = 29.77%

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

#BD3667 (or 0xBD3667) is known color: Rouge. HEX triplet: BD, 36 and 67. RGB value is (189,54,103). Sum of RGB (Red+Green+Blue) = 189+54+103=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3667 is #42C998. Grayscale: #636363. Windows color (decimal): -4376985 or 6764221. OLE color: 6764221.

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

Color convert

RGB 189 54 103 -
CMYK 0 0.71 0.46 0.26
HSL 338.22º 0.56% 0.48% -
HSV(B) 338.22º 0.71% 0.74% -
XYZ 24.75 14.44 14.31 -
YUV 99.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 189 54 103 0 0.71 0.46 0.26 338.22 0.56 0.48
Hex BD 36 67 0 47 2E 1A 152 38 30
Octal 275 66 147 0 107 56 32 522 70 60
Binary 10111101 110110 1100111 0 1000111 101110 11010 101010010 111000 110000

Color Harmonies of #BD3667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3667

Black with #BD3667

Text Example


Text Example

White with #BD3667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3667; }

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

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

background-color css

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

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

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

border-color css

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

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

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