Html Css Color HEX #BD3067 Rouge

📋 copy color: '#BD3067'

red 189 ◦ green 48 ◦ blue 103

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

Shades of Rouge #BD3067

Tints of Rouge #BD3067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

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

R = 55.59%
G = 14.12%
B = 30.29%

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

#BD3067 (or 0xBD3067) is known color: Rouge. HEX triplet: BD, 30 and 67. RGB value is (189,48,103). Sum of RGB (Red+Green+Blue) = 189+48+103=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3067 is #42CF98. Grayscale: #606060. Windows color (decimal): -4378521 or 6762685. OLE color: 6762685.

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

Color convert

RGB 189 48 103 -
CMYK 0 0.75 0.46 0.26
HSL 336.6º 0.59% 0.46% -
HSV(B) 336.6º 0.75% 0.74% -
XYZ 24.49 13.91 14.23 -
YUV 96.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 189 48 103 0 0.75 0.46 0.26 336.6 0.59 0.46
Hex BD 30 67 0 4B 2E 1A 151 3B 2E
Octal 275 60 147 0 113 56 32 521 73 56
Binary 10111101 110000 1100111 0 1001011 101110 11010 101010001 111011 101110

Color Harmonies of #BD3067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3067

Black with #BD3067

Text Example


Text Example

White with #BD3067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3067; }

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

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

background-color css

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

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

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

border-color css

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

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

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