Html Css Color HEX #BD6567 Mandy

📋 copy color: '#BD6567'

red 189 ◦ green 101 ◦ blue 103

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

Shades of Mandy #BD6567

Tints of Mandy #BD6567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.7%

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

R = 48.09%
G = 25.7%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD6567 (or 0xBD6567) is known color: Mandy. HEX triplet: BD, 65 and 67. RGB value is (189,101,103). Sum of RGB (Red+Green+Blue) = 189+101+103=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6567 is #429A98. Grayscale: #7F7F7F. Windows color (decimal): -4364953 or 6776253. OLE color: 6776253.

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

Color convert

RGB 189 101 103 -
CMYK 0 0.47 0.46 0.26
HSL 358.64º 0.4% 0.57% -
HSV(B) 358.64º 0.47% 0.74% -
XYZ 28.09 21.11 15.43 -
YUV 127.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 189 101 103 0 0.47 0.46 0.26 358.64 0.4 0.57
Hex BD 65 67 0 2F 2E 1A 167 28 39
Octal 275 145 147 0 57 56 32 547 50 71
Binary 10111101 1100101 1100111 0 101111 101110 11010 101100111 101000 111001

Color Harmonies of #BD6567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6567

Black with #BD6567

Text Example


Text Example

White with #BD6567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6567; }

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

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

background-color css

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

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

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

border-color css

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

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

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