Html Css Color HEX #BC6074 Blush

📋 copy color: '#BC6074'

red 188 ◦ green 96 ◦ blue 116

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

Shades of Blush #BC6074

Tints of Blush #BC6074

RGB

 RED value IS 188 (73.83% from 255) = 47%

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

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

R = 47%
G = 24%
B = 29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6074 (or 0xBC6074) is known color: Blush. HEX triplet: BC, 60 and 74. RGB value is (188,96,116). Sum of RGB (Red+Green+Blue) = 188+96+116=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6074 is #439F8B. Grayscale: #7D7D7D. Windows color (decimal): -4431756 or 7626940. OLE color: 7626940.

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

Color convert

RGB 188 96 116 -
CMYK 0 0.49 0.38 0.26
HSL 346.96º 0.41% 0.56% -
HSV(B) 346.96º 0.49% 0.74% -
XYZ 28.07 20.32 18.97 -
YUV 125.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 188 96 116 0 0.49 0.38 0.26 346.96 0.41 0.56
Hex BC 60 74 0 31 26 1A 15B 29 38
Octal 274 140 164 0 61 46 32 533 51 70
Binary 10111100 1100000 1110100 0 110001 100110 11010 101011011 101001 111000

Color Harmonies of #BC6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6074

Black with #BC6074

Text Example


Text Example

White with #BC6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6074; }

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

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

background-color css

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

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

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

border-color css

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

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

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