Html Css Color HEX #BD666B Blush

📋 copy color: '#BD666B'

red 189 ◦ green 102 ◦ blue 107

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

Shades of Blush #BD666B

Tints of Blush #BD666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 47.49%
G = 25.63%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD666B (or 0xBD666B) is known color: Blush. HEX triplet: BD, 66 and 6B. RGB value is (189,102,107). Sum of RGB (Red+Green+Blue) = 189+102+107=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD666B is #429994. Grayscale: #808080. Windows color (decimal): -4364693 or 7038653. OLE color: 7038653.

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

Color convert

RGB 189 102 107 -
CMYK 0 0.46 0.43 0.26
HSL 356.55º 0.4% 0.57% -
HSV(B) 356.55º 0.46% 0.74% -
XYZ 28.39 21.38 16.54 -
YUV 128.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 189 102 107 0 0.46 0.43 0.26 356.55 0.4 0.57
Hex BD 66 6B 0 2E 2B 1A 165 28 39
Octal 275 146 153 0 56 53 32 545 50 71
Binary 10111101 1100110 1101011 0 101110 101011 11010 101100101 101000 111001

Color Harmonies of #BD666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD666B

Black with #BD666B

Text Example


Text Example

White with #BD666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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