Html Css Color HEX #BD3567 Rouge

📋 copy color: '#BD3567'

red 189 ◦ green 53 ◦ blue 103

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

Shades of Rouge #BD3567

Tints of Rouge #BD3567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

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

R = 54.78%
G = 15.36%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD3567 (or 0xBD3567) is known color: Rouge. HEX triplet: BD, 35 and 67. RGB value is (189,53,103). Sum of RGB (Red+Green+Blue) = 189+53+103=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3567 is #42CA98. Grayscale: #636363. Windows color (decimal): -4377241 or 6763965. OLE color: 6763965.

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

Color convert

RGB 189 53 103 -
CMYK 0 0.72 0.46 0.26
HSL 337.94º 0.56% 0.47% -
HSV(B) 337.94º 0.72% 0.74% -
XYZ 24.71 14.34 14.3 -
YUV 99.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 189 53 103 0 0.72 0.46 0.26 337.94 0.56 0.47
Hex BD 35 67 0 48 2E 1A 152 38 2F
Octal 275 65 147 0 110 56 32 522 70 57
Binary 10111101 110101 1100111 0 1001000 101110 11010 101010010 111000 101111

Color Harmonies of #BD3567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3567

Black with #BD3567

Text Example


Text Example

White with #BD3567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3567; }

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

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

background-color css

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

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

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

border-color css

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

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

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