Html Css Color HEX #BD6268 Blush

📋 copy color: '#BD6268'

red 189 ◦ green 98 ◦ blue 104

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

Shades of Blush #BD6268

Tints of Blush #BD6268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.6%

R = 48.34%
G = 25.06%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD6268 (or 0xBD6268) is known color: Blush. HEX triplet: BD, 62 and 68. RGB value is (189,98,104). Sum of RGB (Red+Green+Blue) = 189+98+104=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6268 is #429D97. Grayscale: #7D7D7D. Windows color (decimal): -4365720 or 6841021. OLE color: 6841021.

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

Color convert

RGB 189 98 104 -
CMYK 0 0.48 0.45 0.26
HSL 356.04º 0.41% 0.56% -
HSV(B) 356.04º 0.48% 0.74% -
XYZ 27.85 20.55 15.6 -
YUV 125.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 189 98 104 0 0.48 0.45 0.26 356.04 0.41 0.56
Hex BD 62 68 0 30 2D 1A 164 29 38
Octal 275 142 150 0 60 55 32 544 51 70
Binary 10111101 1100010 1101000 0 110000 101101 11010 101100100 101001 111000

Color Harmonies of #BD6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6268

Black with #BD6268

Text Example


Text Example

White with #BD6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6268; }

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

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

background-color css

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

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

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

border-color css

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

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

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