Html Css Color HEX #BD6667 Mandy

📋 copy color: '#BD6667'

red 189 ◦ green 102 ◦ blue 103

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

Shades of Mandy #BD6667

Tints of Mandy #BD6667

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.89%

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

R = 47.97%
G = 25.89%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD6667 (or 0xBD6667) is known color: Mandy. HEX triplet: BD, 66 and 67. RGB value is (189,102,103). Sum of RGB (Red+Green+Blue) = 189+102+103=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6667 is #429998. Grayscale: #808080. Windows color (decimal): -4364697 or 6776509. OLE color: 6776509.

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

Color convert

RGB 189 102 103 -
CMYK 0 0.46 0.46 0.26
HSL 359.31º 0.4% 0.57% -
HSV(B) 359.31º 0.46% 0.74% -
XYZ 28.19 21.3 15.46 -
YUV 128.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 189 102 103 0 0.46 0.46 0.26 359.31 0.4 0.57
Hex BD 66 67 0 2E 2E 1A 167 28 39
Octal 275 146 147 0 56 56 32 547 50 71
Binary 10111101 1100110 1100111 0 101110 101110 11010 101100111 101000 111001

Color Harmonies of #BD6667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6667

Black with #BD6667

Text Example


Text Example

White with #BD6667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6667; }

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

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

background-color css

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

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

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

border-color css

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

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

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