Html Css Color HEX #BD6068 Blush

📋 copy color: '#BD6068'

red 189 ◦ green 96 ◦ blue 104

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

Shades of Blush #BD6068

Tints of Blush #BD6068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.68%

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

R = 48.59%
G = 24.68%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD6068 (or 0xBD6068) is known color: Blush. HEX triplet: BD, 60 and 68. RGB value is (189,96,104). Sum of RGB (Red+Green+Blue) = 189+96+104=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6068 is #429F97. Grayscale: #7C7C7C. Windows color (decimal): -4366232 or 6840509. OLE color: 6840509.

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

Color convert

RGB 189 96 104 -
CMYK 0 0.49 0.45 0.26
HSL 354.84º 0.41% 0.56% -
HSV(B) 354.84º 0.49% 0.74% -
XYZ 27.67 20.18 15.53 -
YUV 124.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 189 96 104 0 0.49 0.45 0.26 354.84 0.41 0.56
Hex BD 60 68 0 31 2D 1A 163 29 38
Octal 275 140 150 0 61 55 32 543 51 70
Binary 10111101 1100000 1101000 0 110001 101101 11010 101100011 101001 111000

Color Harmonies of #BD6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6068

Black with #BD6068

Text Example


Text Example

White with #BD6068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6068; }

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

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

background-color css

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

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

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

border-color css

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

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

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