Html Css Color HEX #BD6266 Blush

📋 copy color: '#BD6266'

red 189 ◦ green 98 ◦ blue 102

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

Shades of Blush #BD6266

Tints of Blush #BD6266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

 BLUE value IS 102 (40.23% from 255) = 26.22%

R = 48.59%
G = 25.19%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD6266 (or 0xBD6266) is known color: Blush. HEX triplet: BD, 62 and 66. RGB value is (189,98,102). Sum of RGB (Red+Green+Blue) = 189+98+102=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6266 is #429D99. Grayscale: #7D7D7D. Windows color (decimal): -4365722 or 6709949. OLE color: 6709949.

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

Color convert

RGB 189 98 102 -
CMYK 0 0.48 0.46 0.26
HSL 357.36º 0.41% 0.56% -
HSV(B) 357.36º 0.48% 0.74% -
XYZ 27.75 20.51 15.07 -
YUV 125.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 189 98 102 0 0.48 0.46 0.26 357.36 0.41 0.56
Hex BD 62 66 0 30 2E 1A 165 29 38
Octal 275 142 146 0 60 56 32 545 51 70
Binary 10111101 1100010 1100110 0 110000 101110 11010 101100101 101001 111000

Color Harmonies of #BD6266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6266

Black with #BD6266

Text Example


Text Example

White with #BD6266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6266; }

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

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

background-color css

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

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

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

border-color css

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

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

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