Html Css Color HEX #BD6074 Blush

📋 copy color: '#BD6074'

red 189 ◦ green 96 ◦ blue 116

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

Shades of Blush #BD6074

Tints of Blush #BD6074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 47.13%
G = 23.94%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD6074 (or 0xBD6074) is known color: Blush. HEX triplet: BD, 60 and 74. RGB value is (189,96,116). Sum of RGB (Red+Green+Blue) = 189+96+116=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6074 is #429F8B. Grayscale: #7E7E7E. Windows color (decimal): -4366220 or 7626941. OLE color: 7626941.

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

Color convert

RGB 189 96 116 -
CMYK 0 0.49 0.39 0.26
HSL 347.1º 0.41% 0.56% -
HSV(B) 347.1º 0.49% 0.74% -
XYZ 28.32 20.45 18.98 -
YUV 126.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 189 96 116 0 0.49 0.39 0.26 347.1 0.41 0.56
Hex BD 60 74 0 31 27 1A 15B 29 38
Octal 275 140 164 0 61 47 32 533 51 70
Binary 10111101 1100000 1110100 0 110001 100111 11010 101011011 101001 111000

Color Harmonies of #BD6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6074

Black with #BD6074

Text Example


Text Example

White with #BD6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6074; }

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

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

background-color css

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

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

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

border-color css

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

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

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